Skip to content

Releases: trendmicro-frontend/react-table

v0.5.6

23 Jun 05:41
Compare
Choose a tag to compare

Contextual CSS reset (01aff2f)

v0.5.5

22 Jun 10:40
Compare
Choose a tag to compare

Some error handling.
The title and footer attributes of table can receive node and function type. (de82dc3)

v0.5.4

15 Jun 14:50
Compare
Choose a tag to compare

Apply the recommended box layout model to all elements (4889793)

v0.5.3

14 Jun 06:29
Compare
Choose a tag to compare

Remove link styles in table. (bea99d0)

v0.5.2

13 Jun 09:49
Compare
Choose a tag to compare

Adjust styles (d7a9f5c, 19fabba).

v0.5.1

12 Jun 11:48
Compare
Choose a tag to compare

The title attribute in columns can pass function type. (b1c68d2)
Adjust onClick event for header cell. (ba80a97)
Update examples and README.md

v0.5.0

08 Jun 13:34
Compare
Choose a tag to compare

Modify table style. (fc156bf)
Update README.md (e63f1fa)
Add class name attribute into column property. (69963a1)

v0.4.9

02 Jun 10:58
Compare
Choose a tag to compare

[Third party] User element-resize-detector to listen table size whether was changed or not. (5452752)

v0.4.8

26 May 10:24
Compare
Choose a tag to compare

Fix bug: IE do not support “new Event” object. (a929810)

v0.4.7

26 May 09:25
Compare
Choose a tag to compare
  • Revert changes at ad3888e because the key always is new one, let table is abnormal. The key should be passed from user if table data is not fixed. (28d64fd)
  • Fix bug: Page has no vertical scrollbar at begin, but appears the scrollbar after expanding A table, and B table width also displays horizontal scrollbar. (f87ea4e)