We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onFill
In a grouped TreeDataGrid that has onFill specified, the application crashes when the user clicks on a grouping row.
TreeDataGrid
See the minimal reproduction here: https://codesandbox.io/p/sandbox/rdg-group-crash-vn3ddv?file=%2Fsrc%2FApp.js
Clicking on the grouping row should not crash the application.
react-data-grid
react
react-dom
The text was updated successfully, but these errors were encountered:
onFill is not supported at the moment on TreeDataGrid. We will accept PR https://github.com/adazzle/react-data-grid/blob/main/src/TreeDataGrid.tsx#L28
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In a grouped
TreeDataGrid
that hasonFill
specified, the application crashes when the user clicks on a grouping row.To Reproduce
See the minimal reproduction here: https://codesandbox.io/p/sandbox/rdg-group-crash-vn3ddv?file=%2Fsrc%2FApp.js
Expected behavior
Clicking on the grouping row should not crash the application.
Environment
react-data-grid
version: 7.0.0-beta.43react
/react-dom
version: 18.0.0The text was updated successfully, but these errors were encountered: