react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
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....
## Use case this: https://github.com/adazzle/react-data-grid/issues/1872 ## Proposed solution there is no row spanning
## 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...
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....
## 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...
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...
## 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....
## Describe the bug  ## 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...
I want to move the frozen column to the right side. how can I do this?