I have a datatable in my program. And I want it to be scrollable horizontally so what I did was like this:
var tableI = $(\'#table_data\').DataTable({ \"bLe
The best way is to use
dataTable.columns.adjust();
on init/draw callback