angular-ui/ui-grid

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

Open

#4,545 创建于 2015年10月19日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
good first issue

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南