angular-drag-and-drop-lists
angular-drag-and-drop-lists copied to clipboard
Angular directives for sorting nested lists using the HTML5 Drag & Drop API
I have 2 separate list in one page and both have this drag and drop features use mostly for re ordering the items. how I can make both list separate...
Hello, First of all, thanks for creating such a wonderful library. I am referring to the 'nested' demo example. I believe that example can have container width either 50% or...
Hi, I just want to implement like jQuery ui sortable -> In case when i drag and drop(I mean move within list) then item add to last in list -->If...
The issue takes place also in the example. http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/types if i will select the name of a person (f.e. "Frank") and copy it with Ctrl + C, and then paste...
Hello, I'm trying to use the attribute "dnd-allowed-types" to the "[Nested Containers demo"](http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/nested) in order to have only item in container (no container in container) but I'm stuck. I add...
yet dnd-allowed-types is able to take a array of strings or numbers but dnd-type on the subelement just takes a string. now its also possible to give a number which...
Hello, I have created a call back function which is called by "dnd-drop" attribute. In this function, I have access to "index". However, I can't see any way of checking...
Is there a way to set a fixed number of row of a container template just like we do in columns?
Here is the test case, we have a tree say it has 3 Parent nodes, Node1, Node2 and Node3. Now if Node1 & Node2 has 3 child nodes like (CN1a,CN1b,CN1c...
Hi marceljuenemann, Want to keep List A values as it is and drag and drop the select items to list B. I dont want to clear the List A. Thanks...