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

How do I find it? "deep , maxDeep" "pull": function(event) { if(deep > maxDeep) return false; return true; },

question
help wanted

Can i cancel drag while dragging?? like the comments blow ↓

If you use sortable on a `display: contents` inside a `display: grid` and the rows are incomplete, moving from the first half of a top row will place the element...

bug
help wanted

I'm using this package to create a dynamic form builder application. The input type password field on chrome shows saved password and drop down after I drag that input is...

When dragging multiple items, only one item is displayed as you drag, as shown here: ![image](https://user-images.githubusercontent.com/11670864/125536002-67aaecd6-86ed-40c9-b626-7c34aaf57396.png) Ideally, it would do one of the following: 1. Show all the items being...

On any website using Sortable that is capable of scrolling (for example, the [demo page](https://rubaxa.github.io/Sortable/)), attempting to drag an item on Firefox for Android causes the page to scroll, in...

**Describe the solution you'd like** Right now I can rearrange the items in one list with sort(), but I have a setup where you can drag from one list to...

I'm using sortablejs in React since I need the handle and nested drag-and-drop list. Problem: I can't read the newest props when the drag action ends. Description: This page is...

question
missing reproduction

![image](https://user-images.githubusercontent.com/8198443/141891757-eab01e47-6b87-40cb-b985-59d05369ff6e.png) ![image](https://user-images.githubusercontent.com/8198443/141891631-4a4c7ef5-9be4-46bc-af79-3ce696c3dea5.png) As shown above

I'm also hoping we can get this behaviour in soon. Allow me to add the following usability issue: when I drag an item from list 1 and hover it over...