Table with dragable rows #5832
Unanswered
NeoCoderMatrix86
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
-
Hello together,
I'm using Blazorise for my application https://audiocuesheeteditor.netlify.app/. Basically the main part is a table with much information that can be changed. I would like to add the option to drag a row in order to allow reordering. like in the example for DropZone here: https://blazorise.com/docs/components/dragdrop#toc_Reorder-items
But since DropZone needs a header and an item template that is handled seperatly, I can not use it to render the items into my table (or I don't know how to do it). So is it possible to have a table row beeing dragged and dropped and get an event when it is dropped?
The basic table looks like this:
Beta Was this translation helpful? Give feedback.
All reactions