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

## How To How To disable cheackbox in react data grid

Feature Request

**Description** Using Material UI Dialog, and trying to render the an editable React Data Grid, is not allowing to edit the cells. Set up a basic example of the React...

## Use case I want to have column headers with event handlers. ## Proposed solution Probably add the click handler to the Column config. Is this already possible? I couldn't...

Feature Request

Is there a way to deselect a cell? I'd like to be able to lose focus on a cell. For example if I have a selected cell and then I...

How to disable check box on particular row

Feature Request

![image](https://user-images.githubusercontent.com/8656998/217541823-1e6af123-8538-463f-976b-f20547d8c03f.png)

Bug

## Use case ## Proposed solution 希望添加对表头的右键操作或者点击选中列的操作

Feature Request

- Spread typesafe div props onto the upper element to allow for any data-attribute to be added to the top level. Technically, this could also handle all of the aria...

## Describe the bug When editing a cell, if the data updates so that column no longer exists but the editor is still active, an error is thrown and the...

Bug

My use case is a dropdown column where the user can immediately click on a column to select an option while also seeing drag to fill control, I am achieving...

Feature Request