Using FixedColumn

Using FixedColumn

cray088cray088 Posts: 1Questions: 0Answers: 0
edited June 2013 in General
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

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    > Is FixedColumn a seperate plugin?

    Yes. http://datatables.net/extras/fixedcolumns . Its in the "extras" folder in the DataTables download package.

    Allan
This discussion has been closed.