angular-ui/ui-grid

Row virtualization is working incorrectly in expandable grid

Geschlossen

#5.475 geöffnet am 17.06.2016

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (2.496 Forks)batch import
help wantedneeds: analysis

Repository-Metriken

Stars
 (5.395 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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:

  1. Go to expandable example (http://ui-grid.info/docs/#!/tutorial/216_expandable_grid)
  2. Expand some rows in the first grid and scroll to the bottom - empty space is added.

Contributor Guide