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

Hi. I used the library in a slightly different way than was foreseen. **Overview**: I have a structure of dynamic lists where elements can be moved between. In some scenarios....

sortables has 4000 data,SortableJS onEnd event execution takes longer than 10 seconds,how to optimize

I am looking to do something like that: ``` onChange: function (evt) { if (evt.newIndex === 0) { evt.newIndex = 14 } if (evt.newIndex > 3 && evt.newIndex < 7)...

**Describe the bug** Whenever `sort()` called on a sortable element which has one or more non-draggable items, it will sort them weirdly. **To Reproduce** Steps to reproduce the behavior: 1....

I'm using another tool for selecting. https://github.com/Mobius1/Selectable I have the need to add my own listeners for single and double click. Using the multi-drag plugin, it's hijacking the single click...

add option to fill gaps

We have `options.setData` event handler where we can save some data to `dataTransfer`. But in any other finishing event (onEnd, onUpdate, etc) we cannot access `dataTransfer` or at leas original...

I trigger a drag when I adjust the width of the table column. I want to be able to voluntarily cancel the drag once I've adjusted the width. Is there...

Currently scroll speed is either 0 or the specified `scrollSpeed` if dragged item is near to edge. Requested feature is that scroll speed will increase gradually according to the distance...

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: this is the configuration: ``` new Sortable(refClassifierList.current, { animation: 150, handle: ".handle", group: `${profileName}_${policy.name}`, dataIdAttr: "data-id", store: { get: function...