angular-ui/ui-grid
Vedi su GitHubRow virtualization is working incorrectly in expandable grid
Open
#5475 aperta il 17 giu 2016
help wantedneeds: analysis
Metriche repository
- Star
- (5395 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
When using expandable grid the row virtualization is not taking into account that rows may be expanded. If any row is expanded, the additional space is left at the end of the grid. If last row is expanded, the expanded data may be not visible.
Steps to reproduce:
- Go to expandable example (http://ui-grid.info/docs/#!/tutorial/216_expandable_grid)
- Expand some rows in the first grid and scroll to the bottom - empty space is added.