Skip to content
New issue

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

Enabling 'frozen' property breaks master/detail row functionality #3705

Open
hamed-mahdizadeh opened this issue Feb 11, 2025 · 0 comments
Open
Labels

Comments

@hamed-mahdizadeh
Copy link

hamed-mahdizadeh commented Feb 11, 2025

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

  1. In Master/Detail Row example , after line 82 add new field: frozen: true to the first column definition.
  2. run the sample app and go to master/detail row sample and expand one of rows.
  3. 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.47
  • react/react-dom version: 18.3.1

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant