How to get the dragging object before putting into another list? #2127
Unanswered
VincentVanclef
asked this question in
Q&A
Replies: 1 comment
-
If you look at the event object from the The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to get the object reference of the current item you are dragging from one list to another? I have multiple lists who each represent a specific DATE, and i want to move Tasks into them, and some tasks have a specific start date, so i need to prevent them from being added to lists below their start date. Ive checked the :group="{ name: 'tasks', pull: pull, put: put }", pull/put methods here, but they do not seem to hold any reference to the actual object i am dragging which holds the start date :/
Is this doable?
Beta Was this translation helpful? Give feedback.
All reactions