Releases: trendmicro-frontend/react-table
Releases · trendmicro-frontend/react-table
v0.5.5
Some error handling.
The title and footer attributes of table can receive node and function type. (de82dc3)
v0.5.4
Apply the recommended box layout model to all elements (4889793)
v0.5.3
Remove link styles in table. (bea99d0)
v0.5.1
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
Modify table style. (fc156bf)
Update README.md (e63f1fa)
Add class name attribute into column property. (69963a1)
v0.4.9
[Third party] User element-resize-detector to listen table size whether was changed or not. (5452752)
v0.4.8
Fix bug: IE do not support “new Event” object. (a929810)
v0.4.7
- 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)