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

Bug

If used TreeDataGrid and select last row, have padding and scroll with :before element. ![image](https://github.com/adazzle/react-data-grid/assets/2550668/432dc3f0-2aa5-4b83-8958-37e712fc1526)

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

Bug

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

Feature Request

**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 ![image](https://github.com/user-attachments/assets/be71987b-b2ec-41b8-b7dd-bff723db396f) ![image](https://github.com/user-attachments/assets/193f26b7-55e8-4a00-bcb2-9e0972ea1f95) This docker build works for dev with no issues FROM node:20-alpine3.19 ENV NODE_OPTIONS=--openssl-legacy-provider...

Bug

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

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

Feature Request

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

Feature Request