Sortable
Sortable copied to clipboard
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
How do I find it? "deep , maxDeep" "pull": function(event) { if(deep > maxDeep) return false; return true; },
Can i cancel drag while dragging?? like the comments blow ↓
[bug] Sortable applied on a css display: contents container behave erratically in certain scenarios
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] On Chrome "sortable-chosen & ghost" class are not removing after draggged password input field
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:  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...
  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...