Does ColReorder work with Jqueryui???

Does ColReorder work with Jqueryui???

thall89553thall89553 Posts: 3Questions: 2Answers: 0

I would really appreciate some help. In the extensions examples for ColReorder I can not get it to work -

https://datatables.net/release-datatables/extensions/ColReorder/examples/jqueryui.html

it works for

https://datatables.net/release-datatables/extensions/ColReorder/examples/simple.html

Am i missing something?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,432Questions: 1Answers: 10,048 Site admin
    Answer ✓

    The example contains an error. It has:

    new $.fn.dataTable.colReorder()

    it should be:

    new $.fn.dataTable.ColReorder()
    

    i.e. capital C. I'll fix that for the next release - thanks!

    Allan

  • thall89553thall89553 Posts: 3Questions: 2Answers: 0

    Thank you and no problem. Hopefully someone else with same issue will find this useful as well.

This discussion has been closed.