vuedraggable Questions
4
Solved
Recently I have discovered that the SortableJS / Vue.Draggable library (https://github.com/SortableJS/Vue.Draggable) has a new option where multi-drag can be enabled to select multiple elements fro...
Ison asked 3/6, 2020 at 3:40
2
Solved
Vuetify v-data-table supports several types of slots: v-slot:body, v-slot:item and v-slot:item.<name>.
We have been using v-slot:item.<name> extensively, as these provides a flexible wa...
Polynesian asked 7/2, 2021 at 17:3
2
I'm building a Nuxt app with Vuetify buildModule setup and want to make a number of v-cols sortable via VueDraggable (in my case, I built and added a super small Nuxt plugin which binds a global dr...
Issykkul asked 22/9, 2020 at 13:40
1
I’m a newbie on Vue. One of the pages (salesview) on my client’s CodeIgniter website needs to use Vue so I included it by
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
and ...
Roentgenology asked 4/5, 2020 at 6:20
2
Solved
I'm trying to use vue-draggable (https://github.com/SortableJS/Vue.Draggable) for a large list of nested items (an organisational tree).
Since there is a lot of data, the user will need to be abl...
Terni asked 22/10, 2019 at 13:32
1
Solved
I wrote a component that is shared throughout my application, in some places I need the dragging/sorting and some do not want it there. I pass a prop to my component called disableDraggable and bas...
Deglutinate asked 24/7, 2019 at 9:12
1
© 2022 - 2024 — McMap. All rights reserved.