angular-ui/ui-grid

Scrolling/ Rendering broken after rowHeight change

Open

#5 827 ouverte le 22 nov. 2016

Voir sur GitHub
 (5 commentaires) (0 réactions) (1 assigné)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

Changing gridOptions.rowHeight after grid has already rendered throws off scrolling. The grid seems to still be trying to calculate scrolling/rendering based on the old row height.

Maybe this isn't actually an issue and I'm just missing something in the docs. I haven't seen anything related to this and using refresh() doesn't help.

Guide contributeur