angular-ui/ui-grid

getTreeState() is not working (points to not existing function)

Open

#4 545 ouverte le 19 oct. 2015

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)JavaScript (2 496 forks)batch import
good first issue

Métriques du dépôt

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

Description

this is not working, complains that function is not implemented. gridApi.treeBase.getTreeState()

this does exist (but not documented): gridApi.treeBase.getTreeExpandedState()

but this internally points to service.getTreeState(grid) which also doesn't exist.

Guide contributeur