angular-bootstrap-nav-tree
angular-bootstrap-nav-tree copied to clipboard
Drag and Drop possiblity
hi, awesome work, is it possible to offer drag and drop?
thanks in advanced.
:+1:
hmm good idea...do you mean drag one branch onto another branch? ( or involving "external" objects? )
if the user did this, then what should happen?
should the tree re-arrange itself?
should it just give you a callback, like "onBranchDrop(sourceBranch,targetBranch)"?
In my case one branch into another. I like the callback returning in true or false to accept the change
i mean Drag and drop from any node to any node freely also ability to drag a node with its children :)
+1
something like this: http://jimliu.github.io/angular-ui-tree/
Did anything ever happen with this? It would be helpful right now. There are very few angular trees available that is a good fit.
My project: treetable https://github.com/thienhung1989/angular-tree-table tree normal: http://jimliu.github.io/angular-ui-tree/
Any news on this or is this project dead?
I figure out this problem by adding children to the branch when it is clicked.the solution could click this page. http://blog.csdn.net/baidu_35407267/article/details/52457779