Open
Description
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
- 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.
- Detail row content is broken
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.1