react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
https://devblogs.microsoft.com/typescript/announcing-typescript-4-8-rc/
## Describe the bug - So i have a data grid with a component HeaderRenderer who implements the "Menu" from material ui. While creating the columns, the first column with...
Column now supports CSS grid units including `auto` (default), `fr`, `%`, `max-content` etc. To handle virtualization, a flex column is assigned a width of (80px) and the actual width is...
This PR adds two callback props for the copy and paste events. The new props allow developers to write their own logic for the copy and paste events. Thereby, allowing...
These two attributes allow for CSSProperties (JSX style) to be directly passed to the table instead of through a class name. The motivation for this change is that only Linaria's...
I would like to request a review of this idea: By changing the type of the field key from 'string' to 'keyof TRow' we get the possibility of code completion...
## Describe the bug ERROR in ./node_modules/react-data-grid/lib/bundle.js 100:16 Module parse failed: Unexpected token (100:16) You may need an appropriate loader to handle this file type, currently no loaders are configured...
Hi, I have found a bug where every time I manually resize a column and then update the grid column props (changing the width), the width doesn't change. It seems...
## Dropdown menu is showing inside cell, not even with css position fixed or absolute it will be shown above the cell and grid. ## To Reproduce 1. install any...
This PR adds support for browsers that don't have `contentBoxSize`, like iOS Safari prior to iOS 15.4. Fixes errors like `TypeError: undefined is not an object (evaluating 'entries[0].contentBoxSize[0]')`. To repro,...