Sortable
Sortable copied to clipboard
How to se a handle for some items of a group
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.
Hey @alvarocastro 👋🏻 Did you find solution for this? I am facing the same issue :(
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.
Thanks for answer!