scrollX: true creating whitespace

scrollX: true creating whitespace

iolivari213iolivari213 Posts: 3Questions: 1Answers: 0

Hi there,

I have a datatable where adding a scroll bar to the x axis creates whitespace between the table headers and table content.*:
What could be causing this? any help appreciated!

Thanks
Ivan

 $('History').DataTable({
     scrollX: true,
     scrollY: 400
 });

Answers

Sign In or Register to comment.