Drag'n Drop TableRow #1795
Unanswered
NeoCoderMatrix86
asked this question in
Q&A
Replies: 2 comments 13 replies
-
Wow, a very nice app you got there! Drag is currently not possible out of the box. You can try just adding events directly to the component. Blazorise support attribute splitting so they should be picked up. Example <TableRow @ondragstart="@OnDragStartHandler"> Btw, once your app is ready, can I announce it to the public? Just say when ;) |
Beta Was this translation helpful? Give feedback.
7 replies
-
Some suggestions for your app. You can use the new Blazorise localization. It will work better than native Blazor and will not require a page refresh. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using Blazorise inside a little project (https://neocodermatrix86.github.io/AudioCuesheetEditor/).
Is it possible to have TableRows "draggable" and have a drag and dropped event? It would be used for reordering the table rows by the user.
Thanks for your help :)!
Beta Was this translation helpful? Give feedback.
All reactions