angular-ui/ui-grid

On clicking last few row cells of large ui-grid, the grid scrolls to top to show header

Open

#5 228 ouverte le 14 mars 2016

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (2 496 forks)batch import
help wanted

Métriques du dépôt

Stars
 (5 395 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I'm using ui-grid - v3.1.1(assuming that is the latest version). I have a large table with editable cells(with custom row height) that allows user to input values. When the last few rows of the cells are clicked in order to enter text(since table is large, the header is not visible while viewing last few rows), the table automatically scrolls to the top, causing a slight shift in the grid which is very annoying to the users(tested in Chrome and IE11, seeing the same issue, surprisingly firefox does not exhibit this behaviour). Any ideas/hacks to fix this behavior?

Guide contributeur