angular-ui/ui-grid

With large data and grouping, expand/collapse rows seems to be very slow.

Open

#4.988 geöffnet am 19. Jan. 2016

Auf GitHub ansehen
 (4 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
help wantedseverity: performancetype: enhancement

Repository-Metriken

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

Beschreibung

I have more than 60000 rows and group them into several groups. When expand/collapse rows, it take at least several seconds to re-draw the grid.

Here is a plunker to show the problem: http://plnkr.co/edit/5C7B3RU0kLszzgyr7xyf?p=preview

However, in v2 with the same data set and grouping setting, it seems to be quite fast. Is there any way to improve the performance or why it becomes so slow in v3.

Contributor Guide