Releases: trendmicro-frontend/react-table
Releases · trendmicro-frontend/react-table
v2.0.2
Compare
Sorry, something went wrong.
No results found
Fix style issue (PR #31 , 68f7feb )
Upgrade dependency styled-components to 5.0.0 (f89dc3d )
v2.0.1
Compare
Sorry, something went wrong.
No results found
Fix an issue of incorrect React dependency where hooks were initially released in 16.8 , not 16.11 (d3bc6cf )
v2.0.0
Compare
Sorry, something went wrong.
No results found
What's Changed
React 16.8 or a later version is required for hooks support (3b37893 )
Use TableTemplate to render the base table by passing props (f55de1c )
Use TableWrapper to build your custom table with render props (f55de1c )
Move to a CSS-in-JS solution using styled-components (a362b31 )
Breaking Changes
TableTemplate properties
Removed bordered
Removed expandedRowKeys
Removed expandedRowRender
Removed footer
Removed justified
Removed maxHeight
Removed onRowClick
Removed rowClassName
Removed rowKey
Removed showHeader
Removed sortable
Removed title
Addedminimalist
Added hideHeader
Added loaderRender
Added width
Column properties
Removed key
Removed className
Removed style
Removed headerClassName
Removed headerStyle
Removed cellClassName
Removed cellStyle
Removed dataIndex
Removed fixed
Removed onClick
1.0.1-alpha.2
Compare
Sorry, something went wrong.
No results found
The component should update when columns are not equal. (5a51494 )
v1.0.0-alpha.2
Compare
Sorry, something went wrong.
No results found
Changed
sortable props 6b7731e
1.0.1-alpha.1
Compare
Sorry, something went wrong.
No results found
Move sortable attribute from table to column property. (6b7731e )
v1.0.0-alpha.1
Compare
Sorry, something went wrong.
No results found
v1.0.0-alpha
Compare
Sorry, something went wrong.
No results found
Performance improvement complete
v0.9.0
Compare
Sorry, something went wrong.
No results found
cheton
released this
28 Jan 04:22
Pass rowIndex to expandedRowRender, onRowClick, and column's render function (b5d933b )
Table
expandedRowRender(record, rowIndex)
onRowClick(record, rowIndex)
Column
render(value, record, rowIndex)
v0.8.4
Compare
Sorry, something went wrong.
No results found
cheton
released this
03 Jan 08:36
Use "white-space: nowrap" for table rows to make sure each table row will not wrap to the next line (6b672d2 )