react-data-table-component icon indicating copy to clipboard operation
react-data-table-component copied to clipboard

A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.

Results 209 react-data-table-component issues
Sort by recently updated
recently updated
newest added

## 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` -...

## 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` -...

## 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...

I'm using version **^5.7.3** previously, and after **7.6.1** latest release, i encountered a **mt is not a function** error in our production environment. ![image](https://github.com/jbetancur/react-data-table-component/assets/94128664/dff2fbde-03c3-49a5-8339-e3d24e8b634f) Package version: ![before](https://github.com/jbetancur/react-data-table-component/assets/94128664/95536624-fa61-4869-a091-11b20f4e0490) Changed the package...

## 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` -...

## Version using [email protected] ## Bug styles applied to '&:hover' does not work within conditionalCellStyles for columns ## Code to reproduce the behavior in react typescript ` interface IRow {...

We are using the react-data-table-component library for table view. But we are facing checkbox selection issue as we are making API call when user change the page using pagination. We...

Hello, I have some simple columns defined like this: ``` const cols = [ { id: "name", name: "Name", selector: (row: any) => row.name, sortable: true, }, { id: "createdAt",...

## 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` -...