var ticketHeader = $.fn.dataTableExt.FixedHeader( ticketTable ); this.fnAdjustColumnSizing(true); ticketHeader.fnUpdate();
... "bAutoWidth": false, ...You may also want to then define column widths unless each column needs to be a uniform width. Example:
"aoColumns" : [
{ sWidth: '50px' },
{ sWidth: '100px' },
{ sWidth: '120px' },
{ sWidth: '30px' }
]
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.