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.
Hi everyone, I would like for your help. I would like to know if there is an option to make multi-columns-sorting I know that there is a way with jQuery...
 Currently, the props that is being passed to the onChangePage callback is the next page number and the totalRows. Is it possible to include the paginated rows (eg: the...
## 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...
how I leave columns fixed to the (X) axis? version react-data-table-component: 7.0.0-rc2
## 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...
is it possible to show the pagination tab even with zero rows? like persistTableHead?
I have an expandable row that looks like below: ``` { name: 'View More', selector: (row) => row.more, ignoreRowClick: false, }, ``` Strangely, if I put a div on this...
@jbetancur, is there a way for us external contributors to help you cut new releases and upload them to npm? Ideally you would just need to approve those releases but...
## 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` -...
## 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...