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 - [ ] Agree to the [Code of Conduct](https://github.com/jbetancur/react-data-table-component/blob/master/CODE-OF-CONDUCT.md) - [ ] Read the README - [ ] You are using React 16.8.0+ - [ ]...
## 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` -...
Now, it is loading all (tbody + thead), I want loading sigle tbody
## Describe the bug Title says it all, but basically the issue is that applying the combination of a custom selectableRowsComponent and a fixedHeader causes the select all rows functionality...
## 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...
## Issue Check list Received `true` for a non-boolean attribute `center`. If you want to write it to the DOM, pass a string instead: center="true" or center={value.toString()}. at div ##...
## 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` -...
Added a feature. One prop "selecrtableRowsPosition" which is enum of "left" and "right". You can use this prop to change the position of checkbox column in a table.
## 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` ##...
### Why --- I want to remove this warning: https://github.com/jbetancur/react-data-table-component/issues/1203 ``` VM26934:1 Warning: Received 'true' for a non-boolean attribute 'center'. If you want to write it to the DOM, pass...