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.
## 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` -...
My Data is updating on redux state also my component successfully receives the state but all the components that have access of the state inside the Columns array are not...
How can I change the Language? Is it possible this? In case does not possible.. How can I change the default String values? E.g: "There are no records to display"...
Hi Guys, I am using the expandable rows boolean for my table. However, is there a way for me to check each row, so that only required rows will have...
## 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` -...
I suggest a 'group-by' feature that builds groups of table rows based on common values of the selected column. It would be really nice if you could make use of...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
I am trying to display editable contents on the Table [1]: https://github.com/jbetancur/react-data-table-component Here is a sample of one of the entries in my rows data { name: 'Caption', selector: row...
## Feature Check list - [ ] Agree to the [Code of Conduct](https://github.com/jbetancur/react-data-table-component/blob/master/CODE-OF-CONDUCT.md) - [ ] Read the README to ensure the feature is not already present - [ ]...
Is there anyway that i can achieve col span kind of feature in this good plugin? I want to show some of the rows as headers in between so i...