react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
## Describe the bug The table was working fine, After I build and start the server for production, The UI crashed ## To Reproduce 1. npm run build 2. npm...
## Describe the bug In a grouped `TreeDataGrid` that has `onFill` specified, the application crashes when the user clicks on a grouping row. ## To Reproduce See the minimal reproduction...
Closes #3320
https://twitter.com/yisibl/status/1734511505356525687 https://rachelandrew.co.uk/archives/2023/12/19/align-content-in-block-layout/ Works great 
## Use case I'm working on adding the shortcuts on the item definition page. The page contains fields and a table for defining item variables. When focusing on the table...
How can we integrate grouping and sorting with different columns (fields) in a same grid. Suppose that I have two fields: Country & City I want to group by Country,...
## Describe the bug **DataGrid's scrollbar is not dragable.** I'm working on a page with title bar and sub-window. In my real use case is that almost half of the...
## Describe the bug On Firefox when resizing or reordering column while scroll is further down it scrolls up as if scroll bar's up arrow is clicked. ## To Reproduce...
Hi, maintainers! This PR implements onCopy/onPaste events as Cell Clipboard Events not parts of keydown events. Previously, copy and paste events were implemented as part of keydown events. This could...