You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a spectacular tree implementation I must say, so thank you for providing it!
Now, I have the following use case - I need to be able to drag elements INTO the tree and the source should not be another tree. The source (from where I want to drag elements from) is a grid or an arbitrary collection of elements (might also be a vertical/horizontal list but not necessary). Also, it should be possible to clone the element when dragging it into the tree.
Would that be possible with he-tree-vue? How do I implement an arbitrary collection of elements that can be draggable into the tree?
The text was updated successfully, but these errors were encountered:
This is a spectacular tree implementation I must say, so thank you for providing it!
Now, I have the following use case - I need to be able to drag elements INTO the tree and the source should not be another tree. The source (from where I want to drag elements from) is a grid or an arbitrary collection of elements (might also be a vertical/horizontal list but not necessary). Also, it should be possible to clone the element when dragging it into the tree.
Would that be possible with he-tree-vue? How do I implement an arbitrary collection of elements that can be draggable into the tree?
The text was updated successfully, but these errors were encountered: