Big amount of whitespace under a table?
Big amount of whitespace under a table?
I'm having a weird little problem with DataTables - when I initialize a table, I get a large amount (~300px?) of white space underneath the table. I thought it was from adding scrolling, but I took out the scrolling capability and the whitespace is still there. Hmm... My table initialization code looks like this:
$('#secondary_pub_table').dataTable({
"bPaginate": false,
"bLengthChange": true,
"bFilter": false,
"bSort": true,
"bInfo": false,
"bAutoWidth": true
});
any thoughts?
Thanks so much.
Sarah
$('#secondary_pub_table').dataTable({
"bPaginate": false,
"bLengthChange": true,
"bFilter": false,
"bSort": true,
"bInfo": false,
"bAutoWidth": true
});
any thoughts?
Thanks so much.
Sarah
This discussion has been closed.
Replies