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

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

Bug

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

Bug

https://twitter.com/yisibl/status/1734511505356525687 https://rachelandrew.co.uk/archives/2023/12/19/align-content-in-block-layout/ Works great ![image](https://github.com/adazzle/react-data-grid/assets/1452717/7318e6d8-6abd-4057-9604-a0c5beb7ffcb)

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

Feature Request

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

Bug

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

Bug

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

Bug
Will Accept PR

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