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

**Describe the bug** Scrolling behaviour sluggish when auto scroll is active and force fallback is true. When scrolling up, the placeholder appears after hovering on each element and that causes...

Sortable.min.js contains **new function()** When this package is used by a site setting the response header `content-security-policy: script-src 'self' 'unsafe-inline' ` Edge browser DevTools will show error: ``` Content Security...

**Describe the bug** When attempting to shift+select a large number of items (500+) to move to another list there is a significant lag (~1 second per 100 items). **To Reproduce**...

可否支持 当拖拽组件的时候,获取到全部的index,目前似乎只提供了当前移动组件的newIndex,oldIndex

jsbin not work, so i post it quickly here: ``` a b c d e f var el = document.getElementById('list'); var sortable = Sortable.create(el, { draggable: '.draggable', preventOnFilter: false );...

cannot reproduce

How to make an entry in dataTransfer.setData for the @start event?

Hi, I have this issue where if I create a sortable list with a handle for each item and I position this handle using position absolute outside of the container...

enhancement

"vue": "^2.6.11" "sortablejs": "^1.15.0", 当我对拖拽列使用了**固定属性,则无法拖拽**。麻烦看看怎么修复一下?谢谢 Drag has no effect when fixed columns are used. thanks! ` `

- When a sortable item selection is done programmatically using `Sortable.utils.select()` and `Sortable.utils.deselect()`, implicit deselection due to an outside click event does not occur if an item is not selected...