I\'m using the marvellous DataTables jQuery plug-in; http://datatables.net/ Added the FixedColumns and KeyTable extras.
Now the table does resize prettily when the
You should try this one.
var table = $('#example').DataTable(); table.columns.adjust().draw();
Link: column adjust in datatable