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

Hi, Is there a way to define in the children elements of the Sortable component just a zone to grab the whole element ? The whole element still sortable but...

I'm trying to get a list of all the items after sorting, along with their parents. How to do it? my code: ``` document.querySelectorAll( '.dd-list' ).forEach( element => { new...

This is going to be a difficult one to provide info/repro for as it pertains to an old WebKit version roughly equivalent to Safari 5. The use case is an...

Hello I would like to put some conditions to group columns like: You have 3 columns col1 col2 col3 How I could make col2 to be able to put to...

As mentioned above, based on [email protected] and \ or grid layout, left-click can select a single item, Ctrl+ left-click can select one item by one, Shift+ left-click can select a...

feature

Hey guys, I ran into a really weird bug in Chrome when you are sorting OVER an iframe via absolute positioned containers. You can start drag just fine but the...

bug
help wanted

Currently you have to click an item to select it. In my case it would like to have a checkbox to select an item. There is already `Sortable.utils.select()` to select...

feature
MultiDrag

#### Problem: When using a grid that contains items of different widths, a flickering issue occurs when dragging the last element of the last row. Dragging any other element seems...

enhancement

In this line, `cloneEl` can be null when doing multiple very quick drags from one area to another. This should be catched imho, as I see no way to catch...

So, when the "forceFallback" option is turned off, the browser uses the standard Drag 'n Drop API which follows the cursor but I honestly find it quite limiting. I need...