List component with drag and drop
-
I am new to Quasar Framework.
Does Quasar have a List component that allows to arrange the items using drag and drop? Are there any samples available?
Thanks for your help.
-
Please refer the following sandbox - https://codesandbox.io/s/94yv5v6vrw?file=/index.js
-
There is no drag and drop in Quasar. But with the list it is fairly easy to implement.
There is a feature requested for DND here:
https://github.com/quasarframework/quasar/issues/5890