You need to sign in to do that
Don't have an account?

How does one display the column header value at the top of all pages when rendered as PDF?
Using pageBlockTable, I'd like to show a long list of Members (contacts) with various Renewal statuses. I'd like the column header to appear on all pages. Is this possible?
<apex:pageBlockTable value="{!FinalConList}" var="con"> <apex:column headerValue="Renewal" headerClass="headerStyle" value="{!con.CV_Impact_Status__c}" /> <apex:column headerValue="Member" headerClass="headerStyle" value="{!con.FirstName} {!con.LastName} - {!con.Account.Company_Nickname__c}" /> </apex:pageBlockTable>
[1] https://www.w3.org/TR/CSS2/page.html
[1] http://stackoverflow.com/questions/274149/css-repeat-table-headers-in-print-mode