Sortable
Sortable copied to clipboard
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...
The further to the right you grab the element, the more it is shifted to the left. The same applies to the height; the lower you grip, the higher it...
Let's way we have a list with 5 items that would be Array init order [1, 2, 3, 4, 5] When item 3 moved at begging, then the Array order...
**Problem with drag animation in safari when rows of a table are dragged** **Bug video recording (in safari)**  **Expected behavior (in chrome - works in IE also)**  **Information**...
Swap plugin now cancels the swap when dragging an element over invalid drop targets.
Thank you for the great SortableJS! I am using it in my progressive mobile web application (PWA). I have a simple sortable with a few vertically stacked items in it....
I want to scroll page while dragging element. But while dragging mouse wheel not firing 'scroll' event. How to recreate that feature like in jQuery? https://jqueryui.com/draggable/#scroll
**Describe the bug** Assigning a css `transform` to any parent of the sortable element will cause the drag preview to stay behind when scrolling (by dragging the element to the...
Currently I have implemented a basic drag and drop listener for my sortable element, and it simply appends the new entry to the bottom of the list. However it would...
If the list is set to Sort=true, and storage is turned on. If an item is added into the list html that was not previously included it will be appended...