Height of header

Height of header

d_vineetd_vineet Posts: 19Questions: 0Answers: 0
edited October 2011 in General
Hi !
I have got the dataTable working.
The only thing is that its header is of double the normal height.
This seems to be due to very wide llist box ;

"Show [A wide list box showing options 10,25,50,All]
Entries"

Actually this should fit in one line; but due to the width of list box, it takes 2nd line on header, making the header too fat.
Similarly, the footer (pager) is also having double height.
How do I fix this?

Thanks,
Vineet

[code]
$(document).ready(function() {
var oTable = $('#dept_table').dataTable( {
"bJQueryUI": true,
"sScrollY": "200px",
"aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
'sPaginationType': 'full_numbers'
});
});
[/code]
This discussion has been closed.