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

Bug

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

Bug

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

Feature Request

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

Bug

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

Bug

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

Bug

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

Feature Request

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