Skip to main content

Questions tagged [vuedraggable]

The tag has no usage guidance, but it has a tag wiki.

vuedraggable
0 votes
0 answers
18 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
52 views

Vue draggable not working on b-table, why?

I am using Vue 2 with Bootstrap Vue. I have a table for which I would like to be able to drag and drop these rows. But the way I implemented it does not work, but I don't know why. I am guessing the ...
screw4445's user avatar
0 votes
0 answers
21 views

Incorrect visual representation after transferring all items between groups in VueDraggableNext?

I need to make a wrapper component to sort elements on a page. I took the VueDraggableNext component as a basis. Here is the source code: https://codesandbox.io/p/devbox/sortable-98v3lk <template&...
Vadim Shestakov's user avatar
0 votes
1 answer
80 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
14 views

Vuedraggle is dragged into the specified column, and the name of the group is different. What is the reason?

Vuedraggle is dragged into the specified column, and the name of the group is different. What is the reason?I want to drag from the a list to the specified column, such as c, d How to implement this ...
博子哥's user avatar
0 votes
0 answers
41 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
0 answers
93 views

How can I get relatedContext.element in Vue draggable in nested elements?

This is my ElementsList component: <template> <draggable :list="elements" v-bind="dragOptions" :move="handleMove" handle=".handle"> <...
Yellow rain coat's user avatar
0 votes
0 answers
91 views

Drag and Drop Functionality in Vue.Draggable(SortableJS): Unable to drag items into non-empty groups

I am working with Vue.Draggable and I am trying to create a mechanism that enables drag and drop functionality among different groups of items. My groups of items consist of several md-list-item ...
Jim's user avatar
  • 1,087
0 votes
0 answers
56 views

How can I store the expandable position in vue application

I have nested draggable elements in my vue project and for drag event, I am using vue-draggable. So you can imagine my view something similar with this: --> Element A --> Element B --...
breking bed's user avatar
0 votes
0 answers
45 views

how can to revert draggable's initial state

I have nested draggable elements in my vue project and for drag event, I am using vue-draggable. So you can imagine my view something similar with this: --> Element A --> Element B --...
Yellow rain coat's user avatar
0 votes
0 answers
35 views

Vue draggable Check if Item is already in list and reset to inital state if dropped

I have a parent component which has a child component which is used two times and the Child component uses the Vue draggable library. Now I want to reset the arrays which render the two child ...
Bobster's user avatar
0 votes
0 answers
108 views

How can i drag and drop an item from one v-data-table to another?

I have a parent v-data-table with expandable rows. Each row item has then its own v-data-table. What I am trying to achieve: I aim to move an element from a nested v-data-table within one row of the ...
ternary's user avatar
  • 41
0 votes
0 answers
101 views

Ant vue Table, Draggable columns

Is there a built-in tool in the Ant Vue Table component for making columns draggable? From my research, it seems there is no such feature available. I attempted to use vuedraggable, but encountered ...
joseph.o's user avatar
0 votes
0 answers
152 views

Trouble with Vue3 and vuedraggable: Unable to Drag Elements Between Outermost Layers

I want to drag an element between the outermost elements, but I can't seem to do it successfully. There's only one specific and small spot where I accidentally discovered I can drag it successfully. ...
Jay Lu's user avatar
  • 1,675
0 votes
1 answer
159 views

VueJS/Tailwind draggable elements are not resizing the parent or obeying grid rules

I want to break my page into three sections and be able to drag items between each section. I'm using "vue": "^3.3.0",, "vuedraggable": "^4.1.0",, and "...
Andy's user avatar
  • 2,143

15 30 50 per page
1
2 3 4 5
14