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

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

wontfix

![image](https://user-images.githubusercontent.com/20767537/159623077-a9b1a1f2-8def-4394-a0e2-6d94089d16ca.png) 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...

wontfix

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

wontfix

how I leave columns fixed to the (X) axis? version react-data-table-component: 7.0.0-rc2

wontfix

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

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

feature