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 200 react-data-table-component issues
Sort by recently updated
recently updated
newest added

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

First of all, bless you. I've been struggling with react-table for a while and I'm guessing that RDT is going to substantially improve my development timeline, reduce challenges, and decrease...

##Problem When I hover table cell popup shows but Z-index doesnt work. I gave 99999 z index to cell it shows on dev tools but as you can see below...

## 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+ - [ ]...

The code is simple. What I want to do is have the string '---' appear if fileName is empty and display fileName if fileName contains any content. What happens is...

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

Hello. I'm using a DataTable component and I set it's data attribute to an state passed in as a prop. This state prop is being set to the value of...

- add paginationPage property to DataTable - call handleChangePage when paginationPage changes - maintain existing pagination controls and actions I was looking for a way to reset the table back...

feature

I haven't changed my code but the column that holds the expander button has moved to the left side as its position is now the first column of the table....

wontfix

## Bug Using a React component as the column name works as expected, however, I would expect that this console warning does not appear. This is causing unnecessary noise in...

wontfix