Skip to content

[BigData Grid] Fix Redundant Data Generation on Filter #9162

@tobiu

Description

@tobiu

In the BigData grid example, MainStore generates data whenever amountRows is set.
When filtering, the allItems backup collection is created, which inherits the amountRows config, triggering a redundant data generation cycle.
This fix overrides the createAllItems hook in MainStore to set a preventDataGeneration flag, which is then used to guard the afterSetAmountRows trigger.

Metadata

Metadata

Assignees

Labels

aibugSomething isn't workingperformancePerformance improvements and optimizations

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions