-
I keep getting `Sortable is not a constructor` when using it with Webpack in Laravel.
```js
import Sortable from 'sortablejs';
import 'jquery-sortablejs';
window.Sortable = Sortable;
window.$…
-
Original Author: gideonrosalesmatrix
### Specification
---
1. As a User Im able to drag files/folders from the desktop to the vault
### Implementations
---
1. Drag and drop component https://github…
-
Really like this library and the data-first approach. However I would like to request a new feature; cloning list items from one list to another. My usecase is a drag-and-drop page builder where I wan…
joeke updated
2 months ago
-
### Describe the bug
Hello!
Today I was debugging a very interesting issue that my colleague @hollycraig was getting when using `useSortable()` hook.
Our use-case is that we have a list of book…
-
Is the nesting logic from sortablejs also implemented, if so can you add an example?
-
#### Problem:
Hello, great plugin, but:
SortableJS does not work inside a CKEditor. :(
We have spent days trying to make it work, with no success. SorableJS simply does not work inside the CKEd…
-
Found this here `https://sortablejs.github.io/Sortable/` on mobile view. Go to `Handle` section, and try to drag elements by handle.
-
> ngx-sortablejs.js:178 Uncaught TypeError: Object(...) is not a function
at ngx-sortablejs.js:178
at Module../node_modules/ngx-sortablejs/fesm5/ngx-sortablejs.js (ngx-sortablejs.js:180)
…
-
`sortablejs` is bundled in all but the TypeScript type definition files in `/dist` (https://www.jsdelivr.com/package/npm/vue-draggable-next?path=dist)
This leaves us with a missing peer dependency …
-
Using widgets is a pain using angular2, both with the widgets library and custom widgets. At least for me trying to integrate sortablejs and barrating.
I looked into all examples and found that crea…