BUG: ColReorder use (global) $ in an attempt to access jQuery
BUG: ColReorder use (global) $ in an attempt to access jQuery
dgl
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
This discussion has been closed.
Answers
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