Row-reorder: identify dragged row
Row-reorder: identify dragged row
sebastianH
Posts: 1Questions: 1Answers: 0
I want to catch the event when a row is dropped, which is described here in the doc :
http://datatables.net/reference/event/row-reorder
My problem: How can I identify the dropped row? All the rows which change their position are listed ("diff"), but not the single row which was dragged and/or the position of the dragged row.
This discussion has been closed.