datatables 3 RowReoder not functionning
datatables 3 RowReoder not functionning
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
Hi, I ported an application to datatables 3, everything is fine (thanks !) but RowReorder is not functioning, impossible to drag and drop a line.
No error in javascript console.
RowReorder is included in my datatables javascript file.
Pierre.
I built a test case for you using the DT 3 Download Builder:
https://live.datatables.net/cusilupi/1/edit
You are correct in that dragging and dropping works but the rows aren't reordered. @allan can use the test case for debugging.
Kevin
thanks a lot !
This fix for RowReorder and this one for DataTables core addresses that error.
Many thanks for posting the test case Kevin
.
Allan
Hi,
I think that the fix for RowReorder is not included in datatables beta 2 ?
Pierre.
The DataTables part is, but RowReorder itself hasn't had a beta 2 release yet. It is going to be promoted to the nightly on Monday, so you can hopefully test it from there.
Allan
Great, thanks a lot Allan.
Pierre