angular-ui/ui-grid

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

Open

#5228 aperta il 14 mar 2016

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (2496 fork)batch import
help wanted

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor