Open GoogleCodeExporter opened 8 years ago
var oTable = $(this).dataTable();
//#var oTable = $('#' + this.context[0].nTable.id).dataTable();
in line 204 works for me
Original comment by wil...@guayaquilenlinea.com
on 10 Jun 2015 at 9:25
I have debugged the code more detail. The error was not in the row reordering
plugin, but in datatables. I had included the datatables by cdn, which has
caused the error. Now I include datatables (with version 1.10.7) direct by
saving it on my webpage and everythings works fine.
It some strange error. Maybe there is a version conflict I could not see.
Original comment by oschnied...@googlemail.com
on 14 Jun 2015 at 5:53
Original issue reported on code.google.com by
oschnied...@googlemail.com
on 10 Jun 2015 at 8:13