stimulus-sortable icon indicating copy to clipboard operation
stimulus-sortable copied to clipboard

A Stimulus controller to reorder lists with drag-and-drop.

Results 14 stimulus-sortable issues
Sort by recently updated
recently updated
newest added

Nesting sortable lists is causing the parent list to no longer be sortable, by this I mean the parent items are no longer able to drag and drop, and no...

With the current implementation there is no check in place to see if the new location and old location are the same, if so do nothing. This avoids server requests...

Hi @michaelbaudino ! Can you tell me if this component works as a nested? If so, how to use it as a nested?

Following the example of the "Extending Controller" in the [documentation](https://stimulus-components.netlify.app/docs/stimulus-sortable/#-extending-controller) I am getting an error "Uncaught (in promise) TypeError: _ref16 is undefined" Any ideas? I am trying to get a...

question

There is a problem with first level of sort list if it has a nested sortable list. Event `end` doesn't fire for top level. But if I use plain Sortable...

I've been trying to wrap my head around getting the sortable to work with multiple lists with todos and serializing. Similar to how jQuery Sortable works. Todos in each list...

- Nested list with sort - Index with HTML and Javascript of Nested SortableJS - ignore package-lock.json

Bumps rails/request.js version in order to stop warnings with the latest version.