Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

How to se a handle for some items of a group

Open alvarocastro opened this issue 1 year ago • 3 comments

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.

alvarocastro avatar May 06 '24 16:05 alvarocastro

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

Abduazam avatar Aug 25 '24 08:08 Abduazam

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.

alvarocastro avatar Sep 30 '24 18:09 alvarocastro

Thanks for answer!

Abduazam avatar Oct 01 '24 10:10 Abduazam