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 I can't use version v7.0.0-beta.13 with React Create App. "Module parse failed: Unexpected token (10:19) You may need an appropriate loader to handle this file type,...

Bug

## Use case The top and left properties were removed (PR #2420) from CellEditorProps which is taking away an important functionality to have custom editor with portal rendered at the...

Feature Request

## Use case It would be cool if the row renderer could be customized (e.g. in the row-reordering example) to support dragging entire rows rather than just the first cell...

Feature Request

Range selection with a mouse or shift+arrows. copy and paste are handled. group rows are not handled. auto-scroll on range selection will be handled soon https://user-images.githubusercontent.com/16293998/160233485-8d1c461c-2195-4dd2-af22-8f04ed197958.mov #2753 #2260

i would like to combine filtering and sorting features to a column using the latest version of react-data-grid this is my "FilterRenderer" component ![FilterRenderer](https://user-images.githubusercontent.com/66776531/168560593-15e02b59-08f6-4a4a-bee0-9f3044b33f9e.png) this is how i pass headerRenderer...

Feature Request

Here is an MVP version of multi-level headers. I kept the initial types and structure from https://github.com/adazzle/react-data-grid/pull/2393. I was not 100% sure how and if we want to also implement...

## Describe the bug The scroll into view mechanic for normal table cells works fine. However, when using the Master Detail pattern, scroll into view can be a poor design...

Bug

Hi, This is a proposal to remove use of grid-template-rows. grid-template-rows has browser limitations as mentioned in #2903. This PR however works partially and works only if rowHeight is same...

Replaced `scrollToRow/scrollToCell` with a new `scrollToCell` method New logic - Set `scrollToCell` state - Render an additional cell - Scroll to the cell using `scrollIntoView` - Clear `scrollToCell` state

## Describe the bug Right out of the box: Compiled with problems: ERROR in ./node_modules/react-data-grid/lib/bundle.js 3:0-56 _Module not found: Error: Can't resolve 'react/jsx-runtime' in '...\node_modules\react-data-grid\lib' Did you mean 'jsx-runtime.js'? BREAKING...

Bug