Xinxin
Xinxin
```js function getAllChekced(){ const checked = []; tree.walkTreeData((node) => { node.$checked && checked.push(node) }) return checked } ```
I tested. The getAllChekced function above is able to get all checked. The walkTreeData function will walk all nodes.
Not deprecated. I will not add new features to this library. In he-tree, you need wrap the component and use slot.
change node data directly
> Hey I have the same question, however my problem is when trying to obtain the node using getNodeByPath method, it says this method is undefined, so how exactly do...
Hello. I was troubled by this issue. I pulled a request, it will solve it. https://github.com/atom-community/autocomplete-paths/pull/195
@SimonSimCity you can use this https://atom.io/packages/autocomplete-paths-ignore-circle-symlinks
First, find the tree root element which has class 'he-tree'. Then add 2 css to it, `height: 400px; overflow:auto`. This works in https://hetree.phphe.com/examples, source: packages\website\src\views\examples.vue
yes. it don't update data automatically. Next version will support that.
需要调用方法获取当前数据. ________________________________ 发件人: LittleTom ***@***.***> 发送时间: 2022年6月18日 6:10 收件人: phphe/he-tree ***@***.***> 抄送: Xinxin ***@***.***>; Comment ***@***.***> 主题: Re: [phphe/he-tree] Model does not update after drag and drop (Issue #28) 是的。它不会自动更新数据。下一个版本将支持这一点。...