react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
Added someRowsSelected property to DataGrid to determine if indeterminate Provide someRowsSelected as a new property to HeaderRendererProps Automatically set indeterminate property on built-in or overridden checkboxFormatter as long as the...
## Describe the bug When a formatter (column headerRenderer or formatter) renders an element with a `tabIndex="0"` attribute, the horizontal scroll jumps beyond expected focus. I believe this is due...
## Use case I would like a grouped row to be able to span more than one column. Currently the `colSpan` function is only called for header rows, regular (non-grouped)...
## Describe the bug Want to edit column names in the table. Not able to make the columns editable. Tried multiple examples, but no luck. ## To Reproduce 1. Define...
Column is not re-rendered when width is changed from outside AFTER it was resized by drag-and-drop
## Describe the bug When you create a Grid with resizable columns, the column is not re-rendered when width has been changed in props, if you resized it by drag-and-drop...
I want to group rows based on certain fields in rows without those fields being used as columns in the grid. For e.g in [this](https://codesandbox.io/s/group-million-test-9d7er?file=/src/Grid.js) I want to group by...
## Describe the bug After created atlassian forge (react) app, using your basic demo on App () function adding to return 1. Log in to Atlasian.net 2. Install forge 3....
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...
## Describe the bug When user type key word in filter when he hit space instead of space char as next sign he trigger column sorting functionality. User can not...
## Describe the bug Grouped column header didn't freeze despite it has property frozen=true ## To Reproduce Link to code example: https://codesandbox.io/p/sandbox/rdg-bug-frozen-column-qy7hyh ## Expected behavior Grouped column header is frozen...