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
Hello, if you have multiple nested groups, i think that onDragend should be emitted by the component where you're letting go the element.
Imagine that i have a Scholar Groups and Courses, and i can move courses between groups.
I have CoursesList.vue component and GroupsList.vue component, how can i send group_id params for example when i move courses between groups in my api calls? I've tried using onsort and onTransfer, but i dont want to make apiCalls every movement, if not until the user drops the element.
Great question. I think handleEnd should be invoked for both the parent in which it was dropped as well as where it began from (the source parent). I'm working on a big release and I'd like to add this in there. Do you think that would satisfy your use case?
Hello, if you have multiple nested groups, i think that onDragend should be emitted by the component where you're letting go the element.
Imagine that i have a Scholar Groups and Courses, and i can move courses between groups.
I have
CoursesList.vue
component andGroupsList.vue
component, how can i send group_id params for example when i move courses between groups in my api calls? I've tried using onsort and onTransfer, but i dont want to make apiCalls every movement, if not until the user drops the element.GroupList.vue
CourseList.vue
The text was updated successfully, but these errors were encountered: