Skip to main content

All Questions

0 votes
0 answers
24 views

can anybody tell me how we can make the q-table rows draggable in quasar

I have tried with vuedraggable package and quasar-ui-q-draggable-table package but it is not working in q-table quasar. The vuedraggable package is widely used for drag and drop operations in Vue.js ...
Rohit K's user avatar
0 votes
1 answer
84 views

Vue Draggable Elements Revert Back to Original Position After Drag and Drop

I'm using vuedraggable in a Vue 3 project to allow reordering of elements within an expansion panel. The elements can be dragged and dropped to a new position within the panel, but they revert back to ...
Broxy's user avatar
  • 112
0 votes
0 answers
43 views

<tbody> renders twice when using Vuedraggable in Vueitfy 3

I would like a simple table where I could drag and drop rows to reorder them. The problem I'm having right now is that the tbody is rendered twice, which messes up the layout. I see examples for Vue/...
xemu's user avatar
  • 1
0 votes
1 answer
241 views

how to disable remove the element after dragging in vue-draggable

I am working on vue draggable, the app has two list - list a and list b. I need to drag the elements from list a to list b. When list b is added with element from list a, list a is also automatically ...
user824624's user avatar
  • 7,745
0 votes
1 answer
894 views

Drag and Drop works visually in Cypress Test Runner, but it's not actually having an effect [closed]

I'm using the 4tw/cypress-drag-drop plugin to move a draggable element into a div. When the element is properly dragged and dropped, it should trigger some other elements to appear (such as an X on ...
Julia's user avatar
  • 61
0 votes
0 answers
2k views

Vuejs vuedraggable, when drop the element to the last index (position) the order changed

I'm trying to use vuedraggable to drag and drop elements from one list to another, but when I drop the element from the list to the second list at the bottom of it, the item become the before the last ...
Bashar's user avatar
  • 71
0 votes
1 answer
821 views

Issue with WebdriverIO V6 dragAndDrop method

I've tried drag and drop using dragAndDrop & performAction, but none of them working for Vue.Draggable web app (e.g. vuedraggable: Two Lists). Can anyone share a solution if possible? Sample Code: ...
Ashok's user avatar
  • 3
1 vote
0 answers
1k views

Vue Draggable clone and drag on event

I am using vue-draggable for a list of items that I have. I want to allow the user to duplicate list items by right click -> duplicate. When the duplicate is selected I want to clone the item and ...
Pontios's user avatar
  • 2,344
2 votes
0 answers
188 views

Can I use Vue.Draggable to drag files from OS?

I am trying to use Vue.draggable inside an upload dropzone of my own making. Issue: <draggable></draggable> is inside of the dropzone, so if I start dragging a list item from the draggable ...
Jorje12's user avatar
  • 423
0 votes
1 answer
6k views

How to disable vue draggable placeholder

I am currently doing a website builder, where user can drag and drop to add element. The drag and drop works well, but what i want is, how can i disable/hide the drop placeholder in the target ...
Darren's user avatar
  • 23
1 vote
0 answers
379 views

Draggable/Sortable nesting issue (error in onDragStart)

I'd like to both drag the row of items as well as the items itself, within the same or across different rows. It works until I try to move the last item of a row which then results in an error. ...
alexeis's user avatar
  • 2,188