I\'ve posted this in the datatables.net forums, but after a week, still no response. Hopefully I can find help here...
I\'m using datatables version 1.8.1 and am ha
var table = $("#myTable").DataTable({ "sScrollY": "150px", //"bAutoWidth": false // Disable the auto width calculation }); $(window).resize( function () { table.columns.adjust(); } );