function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ostateostate 

How to put a table header for every page

Hi, :smileywink:

I'm trying to generate a PDF printed table from many data records.
Records are over a page, so I'd like to put a table header on every page.

I tried these two examples, but header was put on the only first page when data increased.

http://wiki.apexdevnet.com/index.php/Visualforce_CaseHistoryTimeline
http://wiki.apexdevnet.com/index.php/Visualforce_Quote2PDF

If you have some nice idea, please let me know.

Thanks,
ostate

SFDCChennaiSFDCChennai
How to get the HTML table header in each page in PDF? I've tried with thead {display:table-header-group; } into CSS which is not supporting in HTMLTOPDF.. Please help me out.