I'm following the examples to use FixedColumns.
var oTable4 = $('#example').dataTable( {
"sScrollY": "300px",
"sScrollX": "100%",
"sScrollXInner": "150%",
"bScrollCollapse": true,
"bPaginate": false
} );
new FixedColumns( oTable4 );
I get the following error which means I've made some error initializing it...
Uncaught ReferenceError: FixedColumns is not defined
Is FixedColumn a seperate plugin?
I'm using jQuery 1.9.1.
FixedColumns is listed as plugin on their download page .
So depending if you have a full featured build or not you would need to load the js file for FixedColumns separate (is included in the extras director of the dataTables zip file)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With