I am using Bootstrap and Datatables. I have code to display a table which works fine up to the point where I add sScrollY. As soon as I add this I get a gap between thead and tbody.
As far as I can see DataTables is splitting the thead and tbody into two seperate tables. Bootstrap css gives margin-bottom: 20px to the .table class. So, obviously both tables get this css class applied, giving a 20px gap between the both.
Has anyone come across this? If so, how did you (can I) solve it?
Thanks