"classes is undefined" in jquery.datatables.js

"classes is undefined" in jquery.datatables.js

TxSeeltaTxSeelta 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

Answers

  • allanallan Posts: 61,840Questions: 1Answers: 10,134 Site admin
    Answer ✓

    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

  • TxSeeltaTxSeelta Posts: 4Questions: 2Answers: 0

    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?

This discussion has been closed.