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
This hides the second header and removes the white space between the header and body.