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

So I am in need of a function in the multidrag plugin, which allows you to pre-select specific items in a list without the user needing to select them. I...

I was working around with multiDrag and found this problem. My elements before multiDragging were square but after multiDragging it resized equally to its children Then I found out that...

There is a problem when I use SortableJs and element-plus(an UI component for Vue3) at the same time. the operation that I use element-plus's table component and resize the table's...

![cursor](https://user-images.githubusercontent.com/43981489/167781231-f6977fa6-5279-4e69-96a7-91e51d7f5526.gif) - I want the cursor turn to move style while dragging

Solves https://github.com/SortableJS/Sortable/issues/2173

In some situations, the UI can be better if the movement of the element is limited to an axis. Example: http://absolutelysuperlist.avocado.io/ (only vertical dragging) How Kendo does the API: http://docs.telerik.com/kendo-ui/api/javascript/ui/sortable#configuration-axis

enhancement

Is there any way to simultaneously select multiple items across different lists sharing the same group and drag them (to another one or any of the original lists)? It seems...

**Describe the bug** I'm using the following configuration for my Sortable instance: ``` const sortable = new Sortable($tree, { group : { name : 'ui-tree-sortable' }, sort : true, direction:...

When building a SvelteKit project using Vite 3 I get the following error: ``` Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs...

**Storybook v6.5.8 generates errors when using react-sortablejs component** in ./node_modules/react-sortablejs/dist/index.js 160:55 Module parse failed: Unexpected token (160:55) You may need an appropriate loader to handle this file type, currently no...