Unplanned
Last Updated: 08 Nov 2022 11:51 by Alex
Alex
Created on: 08 Nov 2022 11:51
Category: Grid
Type: Bug Report
0
When expanding/collapsing Grid groups, all its rows are being re-rendered

Describe the bug
When expanding/collapsing grouped data in the Grid re-renders all Grid rows while only the collapsed ones should be re-rendered.

To Reproduce

  1. Open this CodeSandbox
  2. Collapse a group
  3. Open the browser's console and see that row-render has been called 1000 times

Expected behavior
The row-render method should be called for the rows that hold the collapsed data, not for all Grid rows.

0 comments