angular-ui/ui-grid
View on GitHubgetTreeState() is not working (points to not existing function)
Open
#4,545 opened on Oct 19, 2015
good first issue
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.