react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
## Describe the bug When I group by custom cell component it lose the custom component and it just show value. ## To Reproduce Take a look on the [example](https://stackblitz.com/edit/stackblitz-starters-nwprho?description=React%20%20%20TypeScript%20starter%20project&file=package.json,src%2FApp.tsx,src%2Fstyle.css&title=React%20Starter)...
## Use case I need a way to use row grouping with lazy loading groups rows. Something like this https://www.ag-grid.com/javascript-data-grid/server-side-model/ ## Proposed solution
## Use case We have added a column search component to our grid to smoothly scroll to the column or cell using the index. This is achieved currently by using...
## Describe the bug Sometimes columns are not resizing correctly when window is resized. https://github.com/adazzle/react-data-grid/assets/12126557/a64d86c1-f254-4905-8045-c889eeb216ab ## To Reproduce See video ## Expected behavior Columns resizing correctly. ## Environment - `react-data-grid`...
Sort and Filter does not work at same column, i have added filter in headerRender, filter is showing and working fine but sort is not. @amanmahajan7 ## Environment - `react-data-grid`...
## Use case Is there any explanation of all the ways to style a table, and common practices. ## Proposed solution I would like to see advice for how to...
Great open source project, I made some changes, want to make the scrolling default with transition animation, hope you can accept my PR, thanks in advance: like: `7.0.0-beta.30` effect https://github.com/adazzle/react-data-grid/assets/32004925/5e58c5b9-dd0d-4874-b056-cbd79ca2ecc6
Hi guys, was facing the issue while using colspan on a column and horizontal scrolling after selecting it, recreated the same bug on the Data grid Demo website. BUG ->>>>>>...
## Use case I am feeding initial data from server and enabling editing for some columns. I want to track the changes as and when any of the cell is...
How can I add validations for cells, 1. Such that it any user enter wrong input, it should show error msg. 2. Is there any variable which tell all the...