Questions tagged [multi-drag]

4 questions
5
votes
4 answers

SortableJS / Vue.Draggable multi-drag option not working

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 from an array and move them together…
Juan C. Vidal
  • 53
  • 1
  • 5
4
votes
2 answers

How to prevent selection of a SortableJS item when clicking on one of its child elements?

The Issue I'm using SortableJS to build a draggable tree component. Which means each of my sortable-items has a toggle-arrow as a child element that opens and closes a sub-tree (if there is one). I'm attempting to use stopPropagation() to prevent…
AJB
  • 7,389
  • 14
  • 57
  • 88
0
votes
0 answers

SortableJS drag multiple row programmatically selected

I use SortableJS to drag and drop tr items in a table. Some of them are dragged individually (it works very well), while others have to "take" some others with them when dragged. Example :
Eldev
  • 21
  • 3
0
votes
1 answer

can't find dnd component with multi drag and drag all selected items

can't find a dnd component under my requirement https://react-beautiful-dnd.netlify.app/?path=/story/multi-drag--pattern this component is perfect, but when dragging, I need all the elements to be selected, and not just one, as…
Стас Рябцев
  • 1,318
  • 4
  • 19
  • 36