-
-
Notifications
You must be signed in to change notification settings - Fork 202
[BigData Grid] Increase Initial Row Count to 20k #9163
Copy link
Copy link
Closed
Labels
aienhancementNew feature or requestNew feature or requestperformancePerformance improvements and optimizationsPerformance improvements and optimizations
Description
The BigData grid example currently starts with a conservative 1,000 rows.
Given the recent performance optimizations in the grid architecture, we should showcase the framework's capability by defaulting to a much larger dataset.
Proposed Change:
- Increase default
amountRowsto 20,000 inMainStoreandControlsContainer. - Ensure
amountColumnsdefaults to 50 (already set, just verify).
TheComboBoxstore already includes options up to 100k, so no changes are needed there.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
aienhancementNew feature or requestNew feature or requestperformancePerformance improvements and optimizationsPerformance improvements and optimizations