SortableJS / Sortable

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
https://sortablejs.github.io/Sortable/
MIT License
29.76k stars 3.7k forks source link

How to se a handle for some items of a group #2371

Open alvarocastro opened 6 months ago

alvarocastro commented 6 months ago

Is there a way to set a handle for some items of a list? I have a sortable group of different looking items, some have a handle and other don't. When setting the handle selector option, items without a handle can't be dragged.

Abduazam commented 3 months ago

Hey @alvarocastro 👋🏻 Did you find solution for this? I am facing the same issue :(

alvarocastro commented 1 month ago

Unfortunately no.

Also went for another solution since this library manipulates the DOM and conflicts with the framework I'm using (Ember.js), ended up implementing the atlassian pragmatic drag and drop, which supports mixing elements with and without handle.

Abduazam commented 1 month ago

Thanks for answer!