angular-ui/ui-grid

Scroll does not work properly when rows are EXPANDED

Open

#5.211 aberto em 10 de mar. de 2016

Ver no GitHub
 (4 comments) (0 reactions) (1 assignee)JavaScript (2.496 forks)batch import
help wanted

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Check first example: http://ui-grid.info/docs/#/tutorial/216_expandable_grid[](url)

  1. Expand first 3 rows
  2. Scroll down to 200 row

There is a gap in the bottom... It seams that table data height calculation ignores expanded rows height when scrolling.

ui grid 216 expandable grid

after scrolling down

ui grid 216 expandable grid 2

Guia do colaborador