angular-ui/ui-grid

Loading lots of data client-side

Open

#4 309 ouverte le 2 sept. 2015

Voir sur GitHub
 (11 commentaires) (0 réactions) (0 assignés)JavaScript (2 496 forks)batch import
help wantedseverity: performance

Métriques du dépôt

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

Description

I have around 650 rows of data I want to render using UI Grid. However, only the first 6 rows show up. If I set virtualizationThreshold='651', the rows all load, but performance is mind-numbingly poor. Is there a solution that allows virtualization when dealing with large data sets? Please help!

Guide contributeur