How to hide empty header and footer?
How to hide empty header and footer?
blankenhorn
Posts: 6Questions: 0Answers: 0
Hi,
i have a small table, that does not display any footer or header info, like pagination, page numbers, serach field etc.
Like this:
[code]
...
...
[/code]
Can anybody tell me how to easily hide the two with the classes
[code][/code]
Help is appreciated,
thx
i have a small table, that does not display any footer or header info, like pagination, page numbers, serach field etc.
Like this:
[code]
...
...
[/code]
Can anybody tell me how to easily hide the two with the classes
[code][/code]
Help is appreciated,
thx
This discussion has been closed.
Replies
Allan
thx for the quick response.
I already thought about this possibility, but i really don't figure out how to do it ... can you please give me a quick example?
Thx Jan
[code]
$(document).ready(function() {
$('#example').dataTable( {
"bJQueryUI": true,
"sDom": 'lfrtip'
} );
} );
[/code]
Allan
works perfectly !!
Once again thumbs up for this really great project !!
How to hide table if it is no matching records found?
Thanks!