You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By adding frozen: true for any columns master/detail row functionality will be broken.
When expanding row, detail row content won't be rendered correctly.
To Reproduce
In Master/Detail Row example , after line 82 add new field: frozen: true to the first column definition.
run the sample app and go to master/detail row sample and expand one of rows.
Describe the bug
By adding frozen: true for any columns master/detail row functionality will be broken.
When expanding row, detail row content won't be rendered correctly.
To Reproduce
frozen: true
to the first column definition.Link to code example:
example
Expected behavior
Freezing columns should not affect detail row functionality.
Environment
react-data-grid
version: 7.0.0-beta.47react
/react-dom
version: 18.3.1Additional context
The text was updated successfully, but these errors were encountered: