angular-ui/ui-grid
在 GitHub 查看getTreeState() is not working (points to not existing function)
Open
#4,545 建立於 2015年10月19日
good first issue
描述
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.