Skip to content

Releases: trendmicro-frontend/react-table

v0.4.6

26 May 04:14
Compare
Choose a tag to compare
  • Use loads.uniqueId to get key when rendering a list. (ad3888e)
  • Re-calculate table size when expanding row. (2a8da62)

v0.4.5

26 May 03:01
Compare
Choose a tag to compare
  • 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

05 May 06:32
Compare
Choose a tag to compare

Fix calculate issue that column width when no data. (16fddec)

v0.4.2

04 May 11:01
Compare
Choose a tag to compare

Error handling. (e1d620c)

v0.4.1

04 May 07:38
Compare
Choose a tag to compare

Error handling for columns attribute, filter out null or undefined column. (47f2e76)

v0.4.0

04 May 03:23
Compare
Choose a tag to compare

Adjust column style. (9f4f144)

v0.3.9

28 Apr 03:47
Compare
Choose a tag to compare

Change the attribute from height to maxHeight. (e2aae2e)

v0.3.8

28 Apr 02:14
Compare
Choose a tag to compare

Deduct the heights of title and foot when setting table height. (7de0c66)
Loader needs to be able to custom. (d80cfc9)

v0.3.7

27 Apr 07:59
Compare
Choose a tag to compare

Fine tune getTableRowHeight function. (d17a5dc)
Wrap tables to fix Loader position. (224a6ec)

v0.3.6

25 Apr 09:25
Compare
Choose a tag to compare

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)