UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36
Steps to reproduce the problem:
1. Make a big table with thead and tfoot.
2. Try to print it.
What is the expected behavior?
Header and footer in all pages.
What went wrong?
Footer appears only in last page.
Did this work before? N/A
Does this work in other browsers? N/A
Chrome version: 54.0.2840.59 Channel: stable
OS Version: OS X 10.12.0
Flash Version: Shockwave Flash 23.0 r0
I understand maybe there are 2 interpretation of what's the definition of a footer for a table and some may expect it to appear in only last page while some expect it to appear in all pages. So I guess it should be possible to configure it (a `-webkit-*` css rule maybe)
Actually I'm using the header/footer to give a margin to the table in all pages. For example to create a space above the table in each page (so that I can put some fixed position items that exist in the table header.) I add a thead to the table and I make it invisible (by `visibility`) and give its internal tr a height. It works alright. I wanna do the same for the bottom of the table via a tfoot tag, but the tfoot only appears in last page so there's no way to make a margin for the table in all pages. (I can't apply a global margin as I need to put some fixed position elements there.)
Comment 1 by sass...@gmail.com
, Oct 15 2016