Shopify / draggable

The JavaScript Drag & Drop library your grandparents warned you about.
https://shopify.github.io/draggable
MIT License
17.96k stars 1.09k forks source link

Does draggable support nested dropzones? #56

Open AdamGaskins opened 7 years ago

AdamGaskins commented 7 years ago

E.G. I have a drop zone as one of the elements in a drop zone, and its siblings should be able to be dragged beside it or inside it. Is this possible currently? I would have an arbitrary number of levels of nesting.

tsov commented 7 years ago

I am guessing you mean for Sortable, Droppable or Swappable, right? Draggable itself does not move elements in the DOM, it makes things draggable only. Currently nesting is not supported for any of the mentioned modules, but we are planning to build a NestedSortable module, or extending the existing Sortable module to accommodate nested levels.

I hope that answers your question? Let me know if you have any other questions

imaginarny commented 7 years ago

That's great to hear, but do you have any milestone set for that? Or what is the priority of this feature? I would also appreciate it in the very near future! :)