angular-ui/ui-grid

scrollTo broken

Open

#5.668 geöffnet am 9. Sept. 2016

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I'm trying to use scrollTo to scroll to a particular row, but it scrolls well past the row I told it to.

In fact, the tutorial page on your website has the same problem, http://ui-grid.info/docs/#/tutorial/304_two_grids

It says it will scroll to row 20, but in fact scrolls well past it. more like row 40.

Contributor Guide