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
Uh oh!
There was an error while loading. Please reload this page.
-
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
activeinonDragStartevent, so I could later easily get it back inonDragOverevent? Thanks.Beta Was this translation helpful? Give feedback.
All reactions