ilikenwf / nestedSortable

A jQuery plugin that extends Sortable UI functionalities to nested lists.
645 stars 221 forks source link

Allow Drag-Drop from one nestedSortable tree to another #121

Closed MichaelSamteladze closed 6 years ago

MichaelSamteladze commented 6 years ago

It would be great, if I have two nestedSortable trees on a page, I could move tree items from one tree to another.

ovalek commented 6 years ago

This is possible. Use option connectWith the same way as in original jQuery UI Sortable component. https://jqueryui.com/sortable/#connect-lists

MichaelSamteladze commented 6 years ago

Thanks for reply, it worked, i was using v1.x and when I switched to v2.x all worked fine.

Thanks