Using FixedColumn
Using FixedColumn
Hi,
I'm following the examples to use FixedColumns.
[code]
var oTable4 = $('#example').dataTable( {
"sScrollY": "300px",
"sScrollX": "100%",
"sScrollXInner": "150%",
"bScrollCollapse": true,
"bPaginate": false
} );
new FixedColumns( oTable4 );
[/code]
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 and ui 1.10 .
Thanks
I'm following the examples to use FixedColumns.
[code]
var oTable4 = $('#example').dataTable( {
"sScrollY": "300px",
"sScrollX": "100%",
"sScrollXInner": "150%",
"bScrollCollapse": true,
"bPaginate": false
} );
new FixedColumns( oTable4 );
[/code]
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 and ui 1.10 .
Thanks
This discussion has been closed.
Replies
Yes. http://datatables.net/extras/fixedcolumns . Its in the "extras" folder in the DataTables download package.
Allan