react-base-table
react-base-table copied to clipboard
A react table component to display large datasets with high performance and flexibility
Seems that the debounced `this._updateRowHeights` needs to be cancelled if the component unmounts
below props are passing to table component still in DOM there is no change expandColumnKey={expandColumnKey} onRowExpand={onRowExpand} onExpandedRowsChange={onExpandedRowsChange} expandIcon={+} expandedRowRender={row => {row.code}}
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.14.0 to 4.25.7. Release notes Sourced from gatsby's releases. v4.24 Welcome to [email protected] release (September 2022 #2) Key highlights of this release: Gatsby 5 Alpha Updating File...
Detail View not displaying properly when expanded row has fixed column
We are using react-base-table in our tables, the scroll virtualised performance seems laggy. The "Recalculate Style" stack in Chrome performance tab reaches 50ms+, for unknown reason. Chrome also shows "Forced...
Whenever you toggle from desc to null, the returned value to SortIndicator is asc and you could not be able to customize your own component state. When we mouse over...
Current behaviour: The table renders alongwith the column resize line without any debouncing. Desired behaviour: Resize / re-render the table only on resize end and until then just show the...
Hi team, I found a bug that the resizing line goes beyond the list item area, like following picture, the line in the red box is not needed, that is,...
Hi 👋 Great work on this library! It really removes a lot of complexity when building a custom table for a design system. It seems like there might not be...