You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: