I have an Html which contains a Table. I want every print page to have a table header. Right now Chrome and Mozilla are able to display the Printable table header on all the pages. On the other hand Safari is just showing the table header on the first page only not on the next consecutive pages.
I have used the display: table-header-group; on the Thead which is helping me to display the table header on Chrome.
Can you please help me in this situation??