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

- Add the generateGroupId prop to the TreeDataGrid component. - This prop allows developers to generate custom group IDs based on their own logic. - The generateGroupId function takes a...

Feature Request

fixes [this](https://github.com/adazzle/react-data-grid/issues/3535) issue how to recreate the bug - - let's say you're putting an input element in `HeaderCell` component - this input element was being used for filtering functionality...

I have this custom leading header column renderer, worked fine until .44, after bumping to .47, it no longer works with following error. ``` Error: useRowSelection must be used within...

Bug

https://www.npmjs.com/package/rolldown https://github.com/rolldown/rolldown

## Describe the bug When clicking on the table header that is not sortable, `onSelectedCellChange` is called with `row` set as `undefined` ## To Reproduce 1. Click on a table...

Bug

## Use case I would like to be able cache to rows from within custom `renderCell` components. For example: ```tsx renderCell: ({ row }) => { const { id, _calc_status...

Feature Request

## Description - updated the row type for `CellSelectArgs` - conditionally include row data on the `onSelectedCellChange` callback Ref #3580

## Describe the bug I used the renderHeaderCell method in the columns props to add an element inside the grid header. This element contains a filter button (yellow area in...

Bug

we need title for rows when we hover any row data