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

## Use case It looks like when we define the `onPaste` handler, the copy/paste from/to clipboard doesn't work unless we double click into the cell. In our use case we...

Feature Request

Blocker: `overflow: hidden; text-overflow: ellipsis;` does not work with `display: flex` without extra spans

Could you provide documentation for ScrollToColumn fr react data grid v5.0.5

Feature Request

## Describe the bug I have to hide the header-row of the grid but keyboard navigation still works, so Focus Element disappears on screen. ## To Reproduce 1. Hide header-row,...

Bug

Currently, it's only possible to customize (whole) row renderer or column formatter, but not cell formatter. We could add a property in `Column`: ```tsx cellRenderer?: Maybe; ``` (interestingly, `CellRendererProps` already...

Feature Request

## Describe the bug I installed the library from NPM, rendered DataGrid component with some mock columns and rows and onFill function. Drag identicator is visible but when I'm starting...

Bug

I've copied the example I could find to create a new drop down editor, having needed to remove the use of react-data-grid-addons Below is an example of the column I...

Bug

## Describe the bug ## To Reproduce 1.grid to right-click 2. Click elsewhere in the grid 3. The right-click menu is not closed Link to code example:https://adazzle.github.io/react-data-grid/#/context-menu ## Expected behavior...

Bug

* Users can now close the context-menu by clicking outside. * Tested with Edge Version 96.0