Sortable
Sortable copied to clipboard
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
**Describe the bug** When sorting a long list of items, users experience a noticeable pause during scrolling, particularly when dragging an item to the bottom of the list. This issue...
**In this electron application,after packaging and installation, opens the application Sortable function is invalid for the first time, displays the rejection icon, and opens the application again problem disappears** **To...
**Describe the bug** Ghost elements fly towards the top of the page during the folding animation when a drag is started. This happens when dragging multiple items while container scrollTop...
I'll try to explain the situation as clear as possible. I'm working on a inventory with drag and drop functionality. Thinking it like something we can see in games such...
_**[PLEASE READ THE CONTRIBUTION GUIDELINES HERE!](https://github.com/SortableJS/Sortable/tree/master/CONTRIBUTING.md)**_ _Failure to comply may have your issue automatically closed._ ## Reproduction ### Scenario https://codesandbox.io/s/green-water-dq651?file=/src/index.js ### Steps to Reproduce Summary of steps if applicable. 1....
So I'm curious if forcing only one class in the chosenClass property (ie no whitespace) is intended or advantageous for everyone. For those of us who are using tailwind, it...
I am using Sortable 1.14.0. I downloaded the min.js file from github and added it to my html5 page. **Describe the bug** When I view my website on my desktop...
I'm building a checklist app for fun and I'm trying to use sortable.js with python Django. I can make a sortable list work in this example with the html as...
When sorting list A. A ................... Apple Banana Cherry "--container--" B .................. Cat Dog "--container--" If I grab the second from the last item (Banana) and drag it to the...
# Problem Statement I am using an `overflow-hidden` sortable container, which works perfectly fine on all devices, except `IOS`. I digged a bit into the code and saw, that only...