sortablejs Questions

6

How can I set so that only .btn-drag can drag whole row? I am using https://github.com/SortableJS/Vue.Draggable Currently I can drag also with button#options which is undesired <draggable v-...
Garter asked 26/12, 2017 at 20:36

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

I'm having difficulty disabling sorting on a specific li in my ul. I'm using SortableJS. <ul id="items"> <li class="static"> <div class="image"><img src="image.jpg" />&lt...
Alkane asked 10/2, 2016 at 13:31

1

I have a scenario where i have multiple containers with a header, then the list that will be used on vue.draggable and a footer. I've managed to put the list part working with drag and drop betwee...
Equites asked 13/8, 2019 at 11:55

1

Solved

I am using sortablejs to make a drag+drop list. I want two buttons, one that outputs the current order of list elements, and another that just resets the current order back to its original state. I...
Torpedo asked 24/8, 2020 at 22:2

2

I'm attempting to simulate a drag and drop action on a sortable HTML list created using the Sortable library. It uses the native HTML5 API to implement draggable elements and sorting within a list....
Disgusting asked 15/3, 2020 at 7:24

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

Solved

Is there a way to detect if something is being dragged over an element? Or trigger the hover event? Found something about adding a class to the dragged over element via onMove, but it doesn't seem ...
Mckenney asked 28/2, 2019 at 2:1
1

© 2022 - 2024 — McMap. All rights reserved.