csscss-tables

Repeat table headers in print mode


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?


Solution

  • This is what the THEAD element is for. Official docs here.