anish2690 / vue-draggable-next

Vue 3 drag-and-drop component
https://vue-draggable-next.vercel.app
MIT License
508 stars 45 forks source link

Is there anyway to make one element not draggable? #20

Closed LovelyAndy closed 2 years ago

LovelyAndy commented 3 years ago

Just a way to make something completely unmovable? I see there is the disabled option, but I cannot figure out how to make it work for a single element.

Cheers on the great library!

NisuSan commented 3 years ago

@LovelyAndy, According to Sortable options docs you can use { filter: ".ignore-elements" } option.

anish2690 commented 2 years ago

@LovelyAndy filter should work here. PFA image

LovelyAndy commented 2 years ago

Thanks for the comment and help! Cheers!