добавил nowrap и ширину 1% к td в css, и сделал так
var cols = $('.table-list tr').first().find('th').length;
console.log('Колво столбцов: '+cols);
$('.table-list tr td:last-child,.table-list th td:last-child').width('auto');
Вроде как надо работает!