angular-ui/ui-grid

gridApi.grouping.getGrouping().grouping causes never ending loop

Open

#4.736 geöffnet am 19. Nov. 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (2.496 Forks)batch import
help wantedseverity: performance

Repository-Metriken

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

Beschreibung

Using the gridApi.grouping.getGrouping().grouping call in an ng-repeat to dispay a list of grouped columns causes a never ending loop. Any columns that are grouped will continue to repeat indefinitely. I have created a plunker to illustrated the issue. Group by any column in the plunker below to demonstrate the issue:

http://plnkr.co/edit/5AxA1Z9sJ3Urtq4ed7QJ?p=preview

Contributor Guide