layuiExtend icon indicating copy to clipboard operation
layuiExtend copied to clipboard

哪些节点需要展开,哪些节点不需要展开,如何配置

Open cestrongly opened this issue 5 years ago • 1 comments

-1 // 有子节点,但是未展开 -2 // 展开 --22 ---222 -3 // 没有子节点

这种效果 data 数据里面如何设置

cestrongly avatar Dec 23 '19 10:12 cestrongly

@cestrongly 这种可以用defaultExpandedKeys属性配置,传入节点的id的数组,目前没有使用data数据展开节点

hsiangleev avatar Dec 24 '19 08:12 hsiangleev