I'm trying to initialize the fixedColumns, and get this error back. I have just upgraded to dataTables 1.10 and fixedColumns v.3.01. I've completely stripped everything and left with this: var table = $('result-table').dataTable({ "scrollX": true, }) new $.fn.dataTable.fixedColumns(table);
In the 'old' (new 2 weeks old haha) version it was a bootstrap issue that could be resolved by doing: var frozen = new FixedColumns(table) ({});
Is there a fancy way to make fixedColumns and Bootstrap work together in this version?