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
I am able to get the id of a draggable Source item:
event.source.nodeScope.$modelValue.id
I can also get the id for the Destination Parent item:
event.dest.nodesScope.$nodeScope.$modelValue.id
However, I don't understand, how can I get dropped item position (or order) information? I mean, Parent alone is not enough. Ideally i'd like to know the left (and/or) right siblings for a dropped item.
Doable?
Thanks,
The text was updated successfully, but these errors were encountered:
mareksoans
changed the title
dropped dragStop. destination position?
dropped (dragStop) destination position?
Dec 14, 2015
Closing this issue due to inactivity. See #815 for more information.
Please create a new issue is this still occurs with the current version of the component.
Hi!
I am able to get the id of a draggable Source item:
event.source.nodeScope.$modelValue.id
I can also get the id for the Destination Parent item:
event.dest.nodesScope.$nodeScope.$modelValue.id
However, I don't understand, how can I get dropped item position (or order) information? I mean, Parent alone is not enough. Ideally i'd like to know the left (and/or) right siblings for a dropped item.
Doable?
Thanks,
The text was updated successfully, but these errors were encountered: