angular-ui/ui-grid

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

Open

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

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)JavaScript (5,395 star) (2,496 fork)batch import
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.

贡献者指南