WebKit prints <thead>
and <tfoot>
only on the first page. According to W3 <thead>
and <tfoot>
:
When long tables are printed, the table head and foot information may be repeated on each page that contains table data
We are using Rotativa which is based on WebKit for rendering PDF and having issues with thead
and tfoot
not being rended on every page.
Is there any workaround or toggle to solve this?
BEGIN HACK
Finally, I used following JS script to split my table into multiple pages:
END HACK