he-tree-vue
he-tree-vue copied to clipboard
A draggable sortable vue tree component, with dragging placeholder, types definition.
It is possible to display the treeData structure in reverse order ? ``` [{text: 'node 2', children: [{text: 'node 2-1'}]}] ``` to this ``` [{text: 'node 2-1', children: [{text: 'node...
Hi, first of all, thanks for this nice component! I'm wondering if I can update tree node data directly without having to reload the entire tree. For example change the...
Is this library deprecated, are we supposed to move to https://github.com/phphe/he-tree. I had constructed my treeview extending this tree component and using overrideSlotDefault method. Is the same supported in the...
I am using this in combination with a vue-select - multiple in vue 3. When I select a user from the list it will push to treeData the object. Ex:...
Hello, how to find out the value in _targetPath_ on _ondragend_ event? now I just get value from my _startPath_ in _dragNode_ object, but still confused to get value from...
Vite : true; SyntaxError: The requested module '/node_modules/@babel/runtime/regenerator/index.js?v=0d9ba971' does not provide an export named 'default'
Hi! Thanks for great lib! Issue from #55 appear again in 2.0.10. When i drag element after another in same branch - index of dragged element increased by 1. When...
Docs says that **nodeFoldedChanged** event will be deprecated. But when i fold node only **nodeFoldedChanged** emited, but not **node-folded-changed**.
Hello, I have a he-tree with the draggable plugin, so I can reorder my tree easily. I also would like to drag items outside the tree, into a dropbox. This...
Using @change only shows individual item getting checked. How I get a collection of all current checked items?