auto move item
#2001
-
I want to create the appearance that two containers using grid-sort share the same list of sortable items by automatically moving one item from one list to another with the animation and everything when I hover over a container that is full with an item to be added. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
owen-m1
Feb 4, 2021
Replies: 1 comment
-
Yes, you can code a custom function to do this. For the animation, use this library which is the animation code from SortableJS. If you need more help let me know :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JHCover
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can code a custom function to do this. For the animation, use this library which is the animation code from SortableJS. If you need more help let me know :)