-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant move drag items from one list to another #5
Comments
@theSilverFisch Currently, only vue2 is supported. vue3 will be updated as soon as possible. |
Do you have an estimate on when you will have resolved the vue3 specific issues? So far I could just see the vue warning issue and the missing drag and drop functionality between two lists as well as the issue that setters in computed variables which are used as data-source are not used when changing the data-source array |
@theSilverFisch Please update to the lasted version to support this iuuse. Thank you for your patience |
Moving items between lists works now! But when I use a computed variable with a getter and a setter as the data-source for the virtual-list I still dont get the setter function called after moving items from one list to another. I also get an error as the 'record' in gets emptied for all list items after droping a new item it that list |
I'll deal with it when I get back from the holiday. Thank you for your patience. |
Do you have a time estimate? |
* Add props `fallbackOnBody`, `pressDelay`, `pressDelayOnTouchOnly` * Support `v-model:dataSource` to solve: #5 (comment)
@theSilverFisch |
The setter in my computed vars is still not triggered. The only change I see is that the drag source and target list is empty after I dropped an Item. But just visually until I resize the window, the model value stays untouched |
@theSilverFisch |
Dear mfuu Thank you in advance. |
I managed to set up two virtual lists which can also be sorted already. But apparently I can't move items between two lists even if I have them configured to be in the same group. The Sorting, also it works visually, does not trigger the set function in my computed vue variable which is the data-source for the virtual list. My simplified Setup is the following.
template:
vue:
The text was updated successfully, but these errors were encountered: