vue-sortable
vue-sortable copied to clipboard
A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable
example: ``` {{c.name}} {{item}} export default { data () { return { categories: [{ _id: '0000000001', name: 'in progress', list: ['111', '222'] }, { _id: '0000000002', name: 'plan', list: ['333']...
There should be a way to import this from the CDN (`import Sortable from "https://..."`) without having to import Sortable separately and without having to use globals. Right now the...
I have this error: > Error in directive sortable bind hook: "Sortable: `el` must be HTMLElement, and not [object Undefined]" I use it on a parent element that wraps a...
I'm trying to use this plugin with vue 2.0 and I'm always getting the following error 'Uncaught Sortable: `el` must be HTMLElement, and not [object Undefined]' Any help would be...
Is it possible to use multiple lists, I need to do something like what Trello provides, I'm building a Kanban board and I need to move items between lists.
I have an issue which I cant get my head around. I am us `v-for` to print out my list in this video. When the update has finished I am...
'Error in directive sortable bind hook: Sortable is not a constructor' I assume the Sortable dependency did some breaking changes
Hi, Is there a way to sort table rows? Or are you planning to implement this feature later?