react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
## Recompute column widths on columns length change I recently ran into an issue (when updating from beta 16 -> 41) where the tables would not behave the same way...
Describe the bug - I am using a AutoComplete Render Cell in my datagrid column.(City) .When i want to enter a city like for example New York , as soon...
https://github.com/oven-sh/setup-bun
Added events for custom cells selecting in matrix case
## Use case I have filtered grid, basic Input for header filter with Virtualization enabled. Filter is reset or input text gone whenever I set filter on column then scroll...
Sometimes users might need disable Virtualization for columns or rows. By adding 2 new values (`columns` and `rows`) for `enableVirtualization` prop we can now control this behaviour. 1. if typeof...
Works similar to rowClass but gets applied on the header row. ``
## Use case I have a case where I want to disable the checkbox of the row selection but I don't find a way todo so. I'm using the renderCheckbox...
## TreeDataGridProps has wrong type for columns Is currently set to: readonly Column[]; Should be readonly ColumnOrColumnGroup[]; ## To Reproduce 1. Instantiate a TreeDataGrid with grouped columns I am happy...