BUG: ColReorder use (global) $ in an attempt to access jQuery

BUG: ColReorder use (global) $ in an attempt to access jQuery

dgldgl Posts: 1Questions: 1Answers: 0

On line 110 of dataTables.colReorder.js, you have:

$.fn.dataTableExt.oApi.fnColReorder ...

where '$' is the global one.
This will fail unless jQuery is loaded in the global scope, which is not necessarily the case when using it as an AMD module.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Answer ✓

    Already fixed in this commit, but not yet released I'm afraid. I will wrap it up into a release in a few weeks I think though.

    Thanks!

    Allan

This discussion has been closed.