react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
when a cloumn use "select" component, you need to click two or more time to pop up select options!
## Describe the bug ## To Reproduce when a cloumn use "select" component, you need to click two or more time to pop up select options! like demons: https://adazzle.github.io/react-data-grid/#/common-features, you...
Users may need to stop propagation or prevent default or otherwise utilize the source event There is a bug where I have a cell renderer with a button which opens...
## Describe the bug **This table has select column and header filters combined.** Issue 1: Table scrolls upward when selecting a checkbox. Issue 2: When the number of rows change...
I would to request a new feature Row Dragging : - Grid to Grid - - To external dropzone if possible to consider this feature and add this in your...
## Cell Drag auto scroll not working ## To Reproduce 1. Select any cell and try to drag the cell till end and it will not scroll through the remaining...
## Describe the bug I want to make the react-data-grid fit a div with flex layout. In this layout, drag window, react-data-grid could resize follow the window and colud show...
## Describe the bug When editing a cell, if the `rows` prop is changed, the editor is closed. This behavior is different than in 5.0.1, where the editor is not...
## Use case Columns set with `max-content` only calculate their width on the initial render. It would be nice to have the possibility to trigger a recalculation of the column...
the rows i have contain a certain value for example row.age but i dont want to display a whole row for age, but at the same time i want to...