mpryvkin / jquery-datatables-row-reordering

JQuery plugin that enables drag and drop row reordering in the tables enhanced with JQuery DataTables plugin.
https://www.gyrocode.com/articles/jquery-datatables-row-reordering/
6 stars 8 forks source link

drop does't work #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i'm unable to put row reordering work.

i have created the table definitions with the table headers, them i call 

$().datatable().rowreordering();

the datatable is listed i can drag the row but the drop does't work. the row 
goes back to the same line.

i see that i'm missing the id attribute for each row, i'm using ajax binding. 
how can i set the attribute id to each row?

Original issue reported on code.google.com by teodoro....@gmail.com on 24 Apr 2013 at 4:45

GoogleCodeExporter commented 9 years ago
i have added the id in the fnRowCallback but the drag does't work yet. Can 
someone point me in the right direction?

regards,
Marco

Original comment by mteod...@f5itweb.pt on 13 May 2013 at 2:43

GoogleCodeExporter commented 9 years ago
Hi

Please provide online example.

Thanks,
Jovan

Original comment by joc...@gmail.com on 6 Jun 2013 at 2:31

GoogleCodeExporter commented 9 years ago
hello when i apply this in a clean datatable it says http://prntscr.com/1g8dem 

can you advise please?? thanks! 

Original comment by i...@vexsoluciones.com on 19 Jul 2013 at 12:16

GoogleCodeExporter commented 9 years ago
Do you have public link with example (e.g.g jsBin of jsFiddle).
It seems to me that you have not included jquery ui.

Jovan

Original comment by joc...@gmail.com on 30 Jul 2013 at 2:27