Skip to content

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

Open
@hamed-mahdizadeh

Description

@hamed-mahdizadeh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions