blank space under the table

blank space under the table

uszywielorybauszywieloryba Posts: 2Questions: 0Answers: 0
edited May 2010 in General
The problem is, that if I have less than about 10 rows in my table, the wrapper div which is created when I do
[code]
$('#big_table').dataTable()
[/code]
is much higher than the table and there is a lot of blank space under the table.
It happens because of min-height parameter of this class:
[code]
.dataTables_wrapper {
clear:both;
min-height:302px;
position:relative;
}
[/code]
Any ideas?
This discussion has been closed.