anish2690 / vue-draggable-next

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

non draggable item #37

Closed Kaynan13 closed 2 years ago

Kaynan13 commented 2 years ago

there's a way to put an item thet is not draggable in the end of the list?

anish2690 commented 2 years ago

At this point prop directly available for the entire list but you can achieve this using pointer event to individual items and validate using move/change events.