Datatables on-the-fly resizing

后端 未结 12 2217
灰色年华
灰色年华 2020-12-12 16:21

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

12条回答
  •  无人及你
    2020-12-12 16:40

    You should try this one.

    var table = $('#example').DataTable();
    table.columns.adjust().draw();
    

    Link: column adjust in datatable

提交回复
热议问题