A table that extends onto multiple printed pages will have its thead and tfoot sections reprinted in firefox. This is usually great, however, is there a way to turn off this behavior with CSS?
[UPDATE] Thanks for the response so far. I would like to have the tfoot print once at the bottom of the table but not at the end of each page. Thanks again.
I found another way to do this:
<tfoot style="display: table-row-group">
</tfoot>
This works for Firefox, but of course, the display property is notoriously not cross-browser compatible.
The easy solution: don't use tfoot
. Put the footer row(s) at the end of tbody
. Now they'll print at the end of the table and no where else.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With