0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,496 forks (2,496 forks)batch import
help wantedtype: bug
Repository metrics
- Stars
- 5,395 stars (5,395 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
I went to expandable grid page: http://ui-grid.info/docs/#/tutorial/216_expandable_grid
Clicked on 'Expand All', Scrolled down on the grid, and waited... and waited.
Only the first few was loaded.

'Collapse All' brings back all the rows, but 'Expand All' doesn't quite work as expected.
Contributor guide
- Research direction
- Investigate the 'Expand All' function in the expandable grid tutorial page. Check if the grid is only loading a subset of rows due to pagination or virtual scrolling, and trace the event handling and data loading logic to ensure all rows are expanded.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- Git