marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

Help me to build like this #516

Open jaydeepakbari opened 3 years ago

jaydeepakbari commented 3 years ago

Nested like this

Row > columns > modules :: its going to three levels can drop like this

inside row can drop only columns inside columns can drop row(inside row can drop columns) or modules inside module just like simple list

Do you have some code about it?

Thanks