Big amount of whitespace under a table?

Big amount of whitespace under a table?

sarahsarah Posts: 17Questions: 0Answers: 0
edited March 2011 in General
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

Replies

  • sarahsarah Posts: 17Questions: 0Answers: 0
    Oops, I had an issue with my table wrapper css. Ignore my post!
This discussion has been closed.