No rule at the bottom of the table
No rule at the bottom of the table
Hi all,
I'm using datatable with the following configuration:
[code]
$(this).dataTable( {
"bSort" : false,
"bFilter" : false,
"bAutoWidth" : true,
"bPaginate" : false,
"bInfo" : false,
}
[/code]
After the table heading, there is a horizontal ruler before the table body. But there is nothing after the table body. How do I add one? It'll look nicer to my eyes.
Thanks,
I'm using datatable with the following configuration:
[code]
$(this).dataTable( {
"bSort" : false,
"bFilter" : false,
"bAutoWidth" : true,
"bPaginate" : false,
"bInfo" : false,
}
[/code]
After the table heading, there is a horizontal ruler before the table body. But there is nothing after the table body. How do I add one? It'll look nicer to my eyes.
Thanks,
This discussion has been closed.