No rule at the bottom of the table

No rule at the bottom of the table

lang2lang2 Posts: 5Questions: 0Answers: 0
edited September 2011 in General
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,
This discussion has been closed.