"classes is undefined" in jquery.datatables.js
"classes is undefined" in jquery.datatables.js
TxSeelta
Posts: 4Questions: 2Answers: 0
I'm using the latest version of DataTables from nuget and there is some slight issue.
_fnRenderer( oSettings, 'header' )(
oSettings, cell, column, classes
);
in jquery.datatables.js is calling:
DataTable.ext.renderer.header.jqueryui = function ( settings, cell, column, idx, classes ) {...}
in datatables.jqueryui.js but there is an argument mismatch, causing classes to be undefined.
How to move on?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Can you use the latest jQuery UI integration file from here as well please. If that doesn't work, please link to a page showing the problem.
Allan
I can confirm that the new version of dataTables.jqueryui.js works with the package from nuget. Would it be possible to push out an update to nuget?