Should be this version: https://modrinth.com/mod/draggable-lists/version/1.0.1 Author SettingDust commented Oct 12, 2024 well. https://www.curseforge.com/minecraft/mc-mods/draggable-lists/files/5018222 is marked as 1.20.1 and using the wrong mod id xdSign...
Filters are working great for both draggable lists. However, when filtering the results, it changes the index of the elements and when moving from one list to another - we move a different item, not the one dragged. I assumed that addingdata-idto the item's div and linking it to the ...
Hey, I'm using 3 draggable lists with the next options: options: { group: 'people', pull: 'clone', animation: 150, scroll: true } On Desktop everything works as expected when it comes to dragging and dropping with the effect (the animati...
pull: true, put: true}" > <template v-for="(field, rootSchemaIndex) in form.schema.fields"> <template v-if="field.type === 'group'"> GROUP A <draggable v-model="field.fields" class="groupDragArea" :options="{group:`group-${rootSchemaIndex}`, pull: true, put: true...
there is not unique content in list2(the right list), there is duplicate content, so how to make that become unique(single "vue.draggable")? Author WOWHans commented Jun 13, 2017 Vue 1.0 track-by="$index" After i remove the above code, the final result that i wanna need Member...