vue-file-agent icon indicating copy to clipboard operation
vue-file-agent copied to clipboard

ordering exchange of elements without affecting the other items

Open FuriosoJack opened this issue 3 years ago • 0 comments

hello, you can use another ordering library other than the one that the documentation says.

Example https://codesandbox.io/s/vuedraggable-with-css-grid-forked-drqdo?file=/src/App.vue

I need to do an order where two of the items in the list are exchanged without the others changing, which is what will happen by default

This is an example of what I need to do. With the default ordering library it is complicated and I don't understand how to do it but as seen in the example I could do it with another, however the implementation of vue-agent-file is coupled to slicksort

FuriosoJack avatar Aug 01 '21 23:08 FuriosoJack