react-data-table-component
react-data-table-component copied to clipboard
A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.
Currently, all tables have fixed column widths. If a user can drag the columns to the desired width, it would create a much better experience. ## Feature Check list -...
Hello, nice to meet you guys, congratulations on the project you have, I was reviewing the documentation and I saw that there is nothing related to obtaining the OnScrolling event,...
## Issue Check list - [x] Agree to the [Code of Conduct](https://github.com/jbetancur/react-data-table-component/blob/master/CODE-OF-CONDUCT.md) - [x] Read the README - [x] You are using React 16.8.0+ - [x] You installed `styled-components` -...
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...
The Selector type just admite one Generic type that is used for the row param, but its return type is a Primitive, that is declared above as string | number...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
Hii @jbetancur ``` paginationServerOptions={{ persistSelectedOnPageChange: true, persistSelectedOnSort: false }} ``` When i use above options 'Select All' option is not visible. Is there any solution to enable the 'Select ALL'...
## Feature Check list - [x] Agree to the [Code of Conduct](https://github.com/jbetancur/react-data-table-component/blob/master/CODE-OF-CONDUCT.md) - [x] Read the README to ensure the feature is not already present - [x] You read [Creating...