angular-ui/ui-grid

Editing rows with 2+ expandable grids open = scroll jump

Open

#5.057 aberto em 2 de fev. de 2016

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
grid-editgrid-infinite-scrollgrid-row-edithelp wantedtype: bug

Métricas do repositório

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

Description

Plunkr

Steps to reproduce:expand rows with ids 0 and 1, then try to double click on row with id = 2 to edit it.

When trying to edit row id=2, the table jumps/scrolls, both cancelling the edit and sometimes moving the row out of the viewport. Additionally, scrolling past the two expanded rows causes the scrolling to jump.

I'm guessing this has something to do with virtualizing the expanded grids. Is there a way to turn off the virtualization of the expanded grid if this is the case?

Guia do colaborador