Open srinath999 opened 4 years ago
I want to achieve the behaviour presented in one of devextreme demos provided by the link
https://js.devexpress.com/Demos/WidgetsGallery/Demo/List/ItemDragging/Vue/Light/
Package versions:
devexteme version:19.2.* devextreme-vue version:19.2.*
Code Sample It is available on GitHub at: https://github.com/srinath999/devextreme-vue-issues/tree/dx-item-dragging
Steps to reproduce: Move an item left list to right list or vice-versa
Current behavior: The dragged item will be restored back to its initial position
Expected behavior: Item should be moved to the other list
let me know if you need more details.
on the contrary, DxSortable works for drag and drop in grid and trees.
link #84
I want to achieve the behaviour presented in one of devextreme demos provided by the link
https://js.devexpress.com/Demos/WidgetsGallery/Demo/List/ItemDragging/Vue/Light/
Package versions:
Code Sample It is available on GitHub at: https://github.com/srinath999/devextreme-vue-issues/tree/dx-item-dragging
Steps to reproduce: Move an item left list to right list or vice-versa
Current behavior: The dragged item will be restored back to its initial position
Expected behavior: Item should be moved to the other list
let me know if you need more details.