react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
## Describe the bug `onCellKeyDown `does not trigger on header cells. ## Environment - `react-data-grid` version: 7.0.0-beta-42 - `react`/`react-dom` version: 18 ## Additional context It was working fine in `7.0.0-beta-34`
If used TreeDataGrid and select last row, have padding and scroll with :before element. 
## Describe the bug I have been getting occasional errors logged to my bug tracker for an exception from react-data-grid, but I have been unable to reproduce the issue no...
## Use case Sometimes columns will not have any visible header text labels, e.g., for an index column. Currently, using `role=columnheader` will trigger accessibility failures such as https://dequeuniversity.com/rules/axe/4.5/empty-table-header ## Proposed...
**New plugin** - `eslint-plugin-react-hooks-extra`. https://eslint-react.xyz/ - `react-compiler/react-compiler`. https://react.dev/learn/react-compiler#installing-eslint-plugin-react-compiler
This PR is a successor of https://github.com/adazzle/react-data-grid/pull/2942, as it's not looking active anymore. The following 3 commits are added from the original PR: 1. ffa2b23 merging latest main to the...
Production build using latest version results in the below Development build appears to be correct   This docker build works for dev with no issues FROM node:20-alpine3.19 ENV NODE_OPTIONS=--openssl-legacy-provider...
## Use Case It would be highly beneficial to allow more control over the `enableVirtualization` option. Currently, enabling virtualization affects both rows and columns automatically. However, it would be great...
## Feature: - Multi-Cell Select: The ability to select multiple cells at once, similar to how you can in spreadsheet applications like Excel. - Copy-Paste: The ability to copy the...
I would need to attach an event handler on clicking any part of the row and get the index value of the clicked row. I can see there used to...