Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.

Results 263 Sortable issues
Sort by recently updated
recently updated
newest added

**The Issue** I'm using Sortable.js to build a draggable tree component. Which means each of my `sortable-item`s has a `toggle-arrow` as a child element that opens and closes a `sub-tree`...

I have a sortable with MultiDrag enabled. I have 2 buttons 'Add' and 'Remove' I want to be able to select multiple items and then click 'Remove', to remove the...

enhancement
MultiDrag

**Describe the bug** With the new Chrome: Version 97.0.4692.71 (Official Build) (64-bit), Sortable doesn't work in user mode, but if you open inspect mode, to see what is the problem,...

Hey guys, I want to lock some elements, as in this example: http://jsfiddle.net/PQrqS/508/ Does anyone have a solution?

feature

Tested simplified example https://output.jsbin.com/qacoluk/quiet on Windows 10 machine. ``` Sortable.create(foo); ``` Failed on Microsoft Edge, IE11, IE10 without any exception, works fine on IE9, Chrome and Firefox.

Is it possible to get dragleave (onLeave) event?

enhancement

I am using the Vue.Draggable binding for SortableJS to build a draggable tree structure. I built the tree and DnD works just fine. Now I want to implement nesting a...

feature

Scenario : - list 1 has x items - list 2 has y items - sidebar area shows the list names -> list 1, list 2 - content area shows...

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. use draggable and handle/filter options to control the moveable items 2. use sort function to sort the items 3....