react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
## 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...
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
## 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,...
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...
## 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...
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...
## 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...
* Users can now close the context-menu by clicking outside. * Tested with Edge Version 96.0