Is it possible to add some data to active in onDragStart event? #1318
Unanswered
volodymyrdn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there. I have two tables and I want to implement multiple dragging between them. I dont want to store the info about selected rows in the shared parent, as it could be very high in the dom tree. Is it possible to add the custom data (the information about the selected rows) to the
active
inonDragStart
event, so I could later easily get it back inonDragOver
event? Thanks.Beta Was this translation helpful? Give feedback.
All reactions