Reputation: 63
I'm using the DevExtreme Nested Data Grid (dx-data-grid) in an Angular application to display hierarchical data. My data structure consists of a parent table, and each row in the parent table can have child rows, which can further have grandchild rows (children of the child rows).
I have also created a minimal reproducible example on CodeSandbox to better illustrate the issue.
to reproduce the problem:
expand the row with the ID 2.
Exapand the child row with ID 3.
Now Click on the column name of the first table which includes the row with ID 1 and 2.
Can anyone help me understand why the grandchild rows are collapsing after sorting the parent table, and provide a solution to prevent this behavior? I would greatly appreciate any guidance or suggestions to resolve this issue.
Upvotes: 0
Views: 104