Hi, I'm trying to use Rowreorder and noticed in one of the examples[1], that if I order a column, the information reported at the top of the table is incorrect, and the reorder is not allowed. For example:
- Order by Start Date (asc)
- Move Seq #14 (Charde Marshall) to the top and replace Seq #34 (Jackson Bradshaw)
Results say:
Reorder started on row: Charde Marshall
Charde Marshall updated to be in position 34 (was 14)
Jackson Bradshaw updated to be in position 14 (was 34)
So although the sequence updated, the other data remains. I would like to have the entire row swapped if possible, even though the sequence is out of order, so I'm not sure this is expected behaviour or not?
[1]https://datatables.net/extensions/rowreorder/examples/initialisation/events.html