react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
**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...
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...

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