Is it possible in CSS using a property inside an @page to say that table headers (th) should be repeated on every page if the table spreads over multiple pages?
th
This is what the THEAD element is for. Official docs here.
THEAD