Row reorder is not working with ajax data
Row reorder is not working with ajax data

I am using Row reorder plugin to drag and drop the rows.but its not working
here is the jsbin
http://live.datatables.net/forojaqa/4/edit
This discussion has been closed.
Replies
I am having the same problem? Did you get a fix?
By the way. I found the solution in this thread:
https://datatables.net//forums/discussion/30214
The final answer shows a working solution;
https://jsfiddle.net/k7d68xvb/5/
You have to add the "dataSrc" attribute e.g: rowReorder: {dataSrc: 'positionY'}