Releases: trendmicro-frontend/react-table
Releases · trendmicro-frontend/react-table
v0.4.6
- Use loads.uniqueId to get key when rendering a list. (ad3888e)
- Re-calculate table size when expanding row. (2a8da62)
v0.4.5
- Avoid to use the index of an item as its key when rendering a list. (4179b13)
- Bug fix: Tables are abnormal when table includes sub table. (2e8ea08)
- Columns width should be able to set percentage. (64b11d3)
- If the total width of table cells is smaller than table width, averagely split extra space to other columns. (37ac92a)
v0.4.3
Fix calculate issue that column width when no data. (16fddec)
v0.4.1
Error handling for columns attribute, filter out null or undefined column. (47f2e76)
v0.3.9
Change the attribute from height to maxHeight. (e2aae2e)
v0.3.8
Deduct the heights of title and foot when setting table height. (7de0c66)
Loader needs to be able to custom. (d80cfc9)
v0.3.7
Fine tune getTableRowHeight function. (d17a5dc)
Wrap tables to fix Loader position. (224a6ec)
v0.3.6
Re-calculation table size once data are updated. (d541729)
Remove react-paginations plugin from Table component, just use it in example. (36655c1)
Remove Toolbar attribute from Table component, custom it by user. (cc80904)