Uncaught TypeError: Cannot read property 'className' of undefined when using FixedColumns and themes

Uncaught TypeError: Cannot read property 'className' of undefined when using FixedColumns and themes

russ0519russ0519 Posts: 1Questions: 0Answers: 0
edited March 2013 in FixedHeader
http://live.datatables.net/ejejaw/3

Code:

$(document).ready(function() {
var oTable = $('#example').dataTable({
"sScrollX": "100%",
"bJQueryUI": true
});
new FixedColumns( oTable );
} );

Seems like having FixedColumns enabled while having sScrollX and bjQueryUI properties breaks things.

Try clicking on any of the columns to sort.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    A bug in the current FixedColumns release I'm afraid. But already fixed in the current nightly: http://live.datatables.net/ejejaw/4/edit

    Download the nightly from http://datatables.net/download

    Allan
This discussion has been closed.