TableRow DragStart doesn't fire?! #2061
Unanswered
NeoCoderMatrix86
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Actually, it works. I just tried. But the problem is that cell is in the way. It is interfering with drag events. Try to drag row at the very start of the table row, near the border. The area is just a few pixels wide. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Maybe you can use cell events instead? |
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
-
Hello :),
I have a Table and want to make a draggable row for reordering items. Therefore I need Events like DragStart, Drop, maybe DragOver. But the DragStart event doesn't fire.
Some example code:
Method:
I'm using Edge and Version 0.9.3 of Blazorise. When I try to move the row, nothing happens (also no breakpoint is hit). Any ideas, how to do a example of a table with row drag n drop?
Thanks for your help :)
Beta Was this translation helpful? Give feedback.
All reactions