Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute:

How to achieve drag and drop multiple nested tree list items to another tree list in jquery/angularjs . I can able to do drag and drop single element to another list by using angular-ui-tree component.

Can you please help me is there any plugin or library in jquery or angularjs which supports multiple select and drag and drop between the lists.

share|improve this question

Yes there is. Check out this sample: TreeView with Drag Drop of Multiple Items

In order to select multiple items, select an item and then use the SHIFT or CTRL key and click on other item.

share|improve this answer
    
I want to have callbacks for each drag and drop events, does this library provides..? – atluriajith Aug 31 at 13:39
    
You can add handlers for drag-drop events, and create your own custom drag-drop operation. You can read more about this here: Handling Drag Drop Events in TreeView for AngularJS. – Dej Man Aug 31 at 16:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.