#30024

Fixed above issue, but i am stuck on another one, another something i read in multiple threads, but not sure whether its supported or not, i have an HTML which has a main header, and then table header i want to repeat both of them on page breaks, below is what i am trying to do.

Header 1
Table Header Table Header Table Header Table Header Table Header Table Header Table Header

26

My Content

27

My Content

28

My Content

1

My Content

2

My Content

3

My Content

4

My Content

in above example i know that pd4ml doesn’t supports thead, what i am doing is breaking the html on the basis of thead, tbody and tfooter, and using it to set below api’s

pd4ml.setPageHeader
pd4ml.render
pd4ml.setPageFooter

What happens is, it only displays Header 1, Table header’s are never displayed, if i remove Header 1, Table Header’s are displayed, but i want both of them to be displayed in each page.