angular-bootstrap-nav-tree icon indicating copy to clipboard operation
angular-bootstrap-nav-tree copied to clipboard

Drag and Drop possiblity

Open devmondo opened this issue 10 years ago • 9 comments

hi, awesome work, is it possible to offer drag and drop?

thanks in advanced.

devmondo avatar Aug 13 '14 22:08 devmondo

:+1:

fariza avatar Sep 16 '14 15:09 fariza

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)"?

nickperkinslondon avatar Sep 30 '14 23:09 nickperkinslondon

In my case one branch into another. I like the callback returning in true or false to accept the change

fariza avatar Sep 30 '14 23:09 fariza

i mean Drag and drop from any node to any node freely also ability to drag a node with its children :)

devmondo avatar Oct 01 '14 09:10 devmondo

+1

something like this: http://jimliu.github.io/angular-ui-tree/

Hesesses avatar Oct 14 '14 11:10 Hesesses

Did anything ever happen with this? It would be helpful right now. There are very few angular trees available that is a good fit.

gjermundgaraba avatar Apr 22 '15 08:04 gjermundgaraba

My project: treetable https://github.com/thienhung1989/angular-tree-table tree normal: http://jimliu.github.io/angular-ui-tree/

thienhung1989 avatar Apr 29 '15 07:04 thienhung1989

Any news on this or is this project dead?

TheCodeDestroyer avatar Nov 19 '15 13:11 TheCodeDestroyer

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

guguji5 avatar Feb 10 '17 02:02 guguji5