angular-ui/ui-grid
scrollTo problem with paging over the grid
Fechada
#3.934 aberto em 5 de jul. de 2015
grid-coregrid-paginationhelp wanted
Métricas do repositório
- Stars
- (5.395 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
When grid width is not 100%, paging exists and vertical scroll, calling
gridApi.core.scrollTo( row.entity); where row.entity is just below the paging overlay ,the scroll will not go to focus on the row. I believe it doesn't take into account the height of the paging .