Frontmatter
| id | 9163 |
| title | [BigData Grid] Increase Initial Row Count to 20k |
| state | Closed |
| labels | enhancementaiperformance |
| assignees | tobiu |
| createdAt | Feb 15, 2026, 4:11 AM |
| updatedAt | Feb 15, 2026, 4:12 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9163 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 15, 2026, 4:12 AM |
[BigData Grid] Increase Initial Row Count to 20k
tobiu assigned to @tobiu on Feb 15, 2026, 4:12 AM

tobiu
Feb 15, 2026, 4:12 AM
Input from Gemini 3 Pro:
✦ Increased the default row count to 20,000 in both
MainStore.mjsand the settings ComboBox inControlsContainer.mjs. This better showcases the recent grid performance improvements.
tobiu closed this issue on Feb 15, 2026, 4:12 AM
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:
amountRowsto 20,000 inMainStoreandControlsContainer.amountColumnsdefaults to 50 (already set, just verify). TheComboBoxstore already includes options up to 100k, so no changes are needed there.