angular-ui/ui-grid
Ver no GitHubgetTreeState() is not working (points to not existing function)
Open
#4.545 aberto em 19 de out. de 2015
good first issue
Métricas do repositório
- Stars
- (5.395 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
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.