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
Good explanation by Sairam. Better way would be to use just a CSS
div.dataTables_scrollBody thead { display: none; }