Can't change column values after sorting with JQuery UI (sortable)

Can't change column values after sorting with JQuery UI (sortable)

johdahjohdah Posts: 1Questions: 0Answers: 0
edited March 2014 in DataTables 1.9
I'm using sortable in JQuery UI with my DataTable but when I drag&drop a row it's not possible to edit it any more. All other rows still works but it's like the moved row is dead.

I'm trying to update the column with my row count after every sort (listener on the stop event). Anyone that knows the problem or a solution that works?
This discussion has been closed.