I'm trying to print using CSS and I have a table with thead and tfoot, I'm trying to do this by printing all the table header pages, however the result is the same, it shows only the first page and the others does not work . If I can put the header and footer of the table on each page I will have the behavior I want that is in printing a table on each page.
I tried it that way
thead {display: table-header-group; }
tfoot {display: table-footer-group; }