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 275 Sortable issues
Sort by recently updated
recently updated
newest added

``` this.sortable = Sortable.create(el, { revertOnSpill: true, swap: true, swapClass: "highlight", ... ``` hi, I attemp to use both swap and onspill plugin, but the swap works as expected, but...

### Versions SortableJS 1.15.2 ### Reproduction [CodeSandbox](https://codesandbox.io/p/sandbox/competent-sunset-8q3rpn?file=%2Fsrc%2Findex.ts%3A25%2C48) ### Why this is trouble I need to write a wrapper in my app that takes optional params like ```typescript type SortableItem =...

I know the maintenance of this lib is slightly up in the air, but this has caused me a ton of problems trying to figure this out, so here's the...

Reference: https://github.com/SortableJS/Sortable/issues/973#issuecomment-406593777 This PR moves it to only be attached during dragging like our other event handlers

Hello, on an iphone with the new version of iOS 17.4 onFilter function stopped working. On devices running iOS 17.3 and below works fine. The issue only affects iOS 17.4....

When I repeated the destroy and mount events, I found that the dragover and dragenter events mounted by Sortablejs were not destroyed, which caused a bug. So I checked the...

**Describe the bug** Using multi-drag/select on a Bootstrap styled table. When clicking the rows the proper CSS style is applied to the code, but the screen doesn't show the new...

There is a possibility to prevent duplicates on multidrag?

**Describe the bug** I am using sortable.js in my react app, and i have the use-case where I wanted to either drag and drop item from sourceList or if I...

**Describe the bug** After loading the script on Instagram, Sortable is still undefined. **To Reproduce** Steps to reproduce the behavior: 1. Go to the POSTS page of any Instagram account,...