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

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

Bug

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

Feature Request

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

Bug

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

Bug

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

Bug

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

dependencies
javascript

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

Bug

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

Bug