react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
## Describe the bug RDG captures Tab key presses and manually implements navigation, suppressing the default browser behavior. This is problematic because cell contents such as links or buttons are...
## Describe the bug When I open react data grid in Chrome 81.0.4044.133 exception is thrown: ``` Uncaught TypeError: Cannot read property '0' of undefined ``` ## To Reproduce 1....
https://lightningcss.dev/ https://github.com/parcel-bundler/lightningcss https://github.com/webpack-contrib/css-minimizer-webpack-plugin
Hi guys, I have this case when I'm searching for some data inside the editor and when I'm searching I would want to disable the navigation and not lose focus...
## Use case When a column header is selected, we want to highlight all cells in the column by applying a different class name. However, currently the class applied to...
## Use case If you have very narrow columns (e.g. the `SelectColumn` which has a width of 35px) you need to put the content of your summary row in the...
Is there a possibility to have fixed summary rows also above the content? I am willing to also create a PR if it is not available yet.
## Describe the bug Currently grid allows us to edit only one cell, in my case I want to click on edit icon and render inputs for multiple editing. When...
i'm facing the issue when integrate the sorting and filter using react data grid and react version 18..Below code is use. Any suggestion what's wrong in the code. import React,...
## Describe the bug When resizable is set to true the columns work as intended but only locally. When the code is deployed to staging environment the header cells shrink....