react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
- 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...
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...
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...
## 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...
## 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...
we need title for rows when we hover any row data