Blank Space beneath table

Blank Space beneath table

nyknyk Posts: 18Questions: 0Answers: 0
edited June 2011 in General
I'm using a dataTable on a DOM HTML and it there's a bunch of extra space beneath the table. I'm not sure if this is DataTable or something I'm doing but I wanted to see if anyone else is having this problem.

The table is being generated by a forEach loop that is from the Core JSTL functions on a JSP Page. Is this a known problem or am I the only one experiencing it?

Replies

  • nyknyk Posts: 18Questions: 0Answers: 0
    Using DOM inspector, it shows that this is in the dataTables_wrapper div. I see it's got a min height, but ever after "removing" that temporary it still is displaying a bunch of excess white space.
  • breakdjbreakdj Posts: 1Questions: 0Answers: 0
    this parameter helped: "bScrollCollapse": true

    also, my page has multiple datatables in a jquery accordion. The accordion control has an autoheight parameter - setting that to false was the other part of my problem. hope that helps! peace
  • ruchirruchir Posts: 2Questions: 0Answers: 0
    I tried both abv, removed min heigt from wrapper and also added bScrollCollapse": true

    .. but still space previal ?? any help ??
This discussion has been closed.