Forum How do I...?

show tfooter on only the last page

jehiah
If i have a table that spans multiple pages the thead and tfoot elements repeat on ever page. That is ok for my thead, but not for my footer. Is there i css selector i can use to only show the tfoot element on the last page the table prints on?

--
Jehiah
mikeday
It's not possible to make a tfoot element only appear on the last page that the table appears on. Why not place the footer content into the last row of the table instead?
jehiah
... because i'm lazy of course :)

well i was hoping it would work out to style the tfooter that way, but i should be able to put that content in the last row ok.