MaxLeiter / sortablejs-vue3

A thin wrapper around Sortable.js for Vue 3
https://sortablejs-vue3.maxleiter.com
MIT License
378 stars 19 forks source link

How to allow insertion only at a certain position? #106

Open mateuswetah opened 6 months ago

mateuswetah commented 6 months ago

Hi there! I'm sorry for asking questions but I'm not sure of how to do this. I have two lists: A and B. None of them is vertically Sortable, but I want to be able to drag elements from B to A (clone them, in fact). However, I don't want to allow the new-coming items from B to be inserted at any position in A, I want them to be added only at the bottom of the list. Is this possible?