Hello!
I am trying to implement the row moving functionality in my table which not only alters the visual representation but also updates the order of the entities in the source data.
I’ve come up with a solution of performing some logic in the afterRowMove hook and it seems that i am on the right path. However, selecting multiple rows for movement is a bit tricky, so i’ve decided that i am going to try restricting the selection operation to a single row at once.
Any thougts how i can restrict the seleciton of rows for movement to a single one at the single moment?
Thank you.