react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

Feature-rich and customizable data grid React component

Results 229 react-data-grid issues
Sort by recently updated
recently updated
newest added

Background color is now only applied on checked and **enabled** checkboxes. Fixes #2946

## Describe the bug I get this in lib file:ref.current?.focus -> lib/bundle.js , My project‘s build config can't setting to transform file in node_modules. ): ## To Reproduce 1. 2....

Bug

## Use case this: https://github.com/adazzle/react-data-grid/issues/1872 ## Proposed solution there is no row spanning

Feature Request

## Describe the bug I'm using a simple array state to store my rows, I have a modal window that creates a new row to the grid, but when I...

Bug

Hi, In V7 canary 16 now supported column width in percents. That's nice. After some testing I found bug. Steps: 1. Dynamically set column width from props ``` ``` 2....

Bug

## Describe the bug When grid height is changed in response to events such as page size (10 records, 100 records, etc.), the height of the grid does not adapt...

Bug

Trying to implement sorting into our grid. Looking at the docs and the commonFeatures.tsx file, it seems to use an OnSortColumnChange prop which takes a setState action. Trying to use...

Bug

## Describe the bug After upgrading to a newer version to get multi-sort, it appears that the sort icon and all of the information in SortableHeaderCell is messed up stylistically....

Bug

## Describe the bug ![2022-07-10_16-17](https://user-images.githubusercontent.com/1139657/178164020-1d7e6e11-14f4-46af-8c53-29b0131c8ec0.png) ## To Reproduce 1. Create a 9,999.999 rows. Chrome will skip the row indexes at the end, and only render ~100,000 rows. Firefox will do...

Bug

I want to move the frozen column to the right side. how can I do this?