datatables 3 RowReoder not functionning

datatables 3 RowReoder not functionning

ooiooooioo Posts: 31Questions: 5Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • ooiooooioo Posts: 31Questions: 5Answers: 0

    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.

  • kthorngrenkthorngren Posts: 22,458Questions: 26Answers: 5,166
    edited April 22

    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

  • ooiooooioo Posts: 31Questions: 5Answers: 0

    thanks a lot !

  • allanallan Posts: 65,713Questions: 1Answers: 10,928 Site admin

    This fix for RowReorder and this one for DataTables core addresses that error.

    Many thanks for posting the test case Kevin :).

    Allan

  • ooiooooioo Posts: 31Questions: 5Answers: 0

    Hi,
    I think that the fix for RowReorder is not included in datatables beta 2 ?

    Pierre.

  • allanallan Posts: 65,713Questions: 1Answers: 10,928 Site admin

    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

  • ooiooooioo Posts: 31Questions: 5Answers: 0

    Great, thanks a lot Allan.

    Pierre

Sign In or Register to comment.