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** When using sortableJS to allow moving items from one list to another without sorting functionality (with `sort: false`), the revertOnSpill plugin breaks the ability to move items...

**To Reproduce** ```ts const onMove = (event) => { if (needToCancel) return false; } ``` `needToCancel = false;` Start dragging and moving. After one second, set `needToCancel = true`. Get:...

**Describe the bug** When creating a `Sortable` list several times, there are event listeners (`keyup`, `mouseup`, and `pointerup`) added every time a list is created to handle Multi-Drag selection instead...

Hi, I have web components that I want to sort. But my web components expect a few parameters in constructors. But when I drag one, the element is cloned so...

Hello, i am trying to figure out whether I can change the clone element dragged from one list to another. I just want to remove some html. Is this possible?

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

## Reproduction ### Scenario https://codesandbox.io/s/dry-cloud-co2q9 ## Describe the bug Plugins are missing from the default export. Some of the examples in the [README](https://github.com/SortableJS/sortablejs#getting-started) do not work. I've seen https://github.com/SortableJS/sortablejs/issues/1929 and...

First off, thanks for this awesome library! I'm having an issue with autoscroll. Because I have a fixed toolbar at the top of my page, when a user drags a...

There is already a PR for Angular 13 support from September that hasn't been merged: https://github.com/SortableJS/ngx-sortablejs/pull/246

**Describe the bug** I have two lists, one for rows and one for columns. When moving from column to row, and then back to column, another item moves with the...