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
You can use Following code in your CSS:
div.dataTables_scrollHeadInner table { margin-bottom: 0px !important; }