Open mateo2181 opened 5 years ago
@mateo2181 - I know it's been a couple years, did you manage to get swapping to work or did you use a different library?
I'm looking for a way to swap items too, did anyone manage to do that? Basically i would like to be able to swap the items horizontally too instead of vertically only, don't know if and how it's doable
I'm looking for a way to swap items too, did anyone manage to do that? Basically i would like to be able to swap the items horizontally too instead of vertically only, don't know if and how it's doable
I just built a custom solution, no packages. Struggled to find a decent drag and drop package with touch support that was actively maintained.
I'm looking for a way to swap items too, did anyone manage to do that? Basically i would like to be able to swap the items horizontally too instead of vertically only, don't know if and how it's doable
I just built a custom solution, no packages. Struggled to find a decent drag and drop package with touch support that was actively maintained.
Thanks for your answer! So you didn't use this library in the end? It's a shame because except for that, vue-grid-layout has everything i needed
I created this library to be able to swap elements https://github.com/mateo2181/vue-swappable.
I'm looking for a way to swap items too, did anyone manage to do that? Basically i would like to be able to swap the items horizontally too instead of vertically only, don't know if and how it's doable
I just built a custom solution, no packages. Struggled to find a decent drag and drop package with touch support that was actively maintained.
Thanks for your answer! So you didn't use this library in the end? It's a shame because except for that, vue-grid-layout has everything i needed
Correct, all custom solution. I had tried a variety of packages out there but I was building a planogram builder for vending machines and there were too many variables required... a few of which are:
I created this library to be able to swap elements https://github.com/mateo2181/vue-swappable.
Interesting, I’m working on another drag and drop project with touch support for a custom video surveillance dashboard. I once looked at Draggable.JS but saw it was no longer maintained. I will have to check this out.
Hello! I am trying to modify library to create a swap function. I have changed vue.config.js to this: I run "npm run build-lib" and works. But when I use the library I got this error:
[Vue warn]: Failed to mount component: template or render function not defined. found in --->