Issue in Header dynamic data
-
https://playground.jsreport.net/w/anon/S18u6ogA
There are multiple looping data i want to display header data dynamic with every loop index but in my last pdf header is not repeating
can you please help me?
in these below screenshot there is only dynamic header in page 1 & 4.
but 2&3 page there should be header from first page.page 1
https://prnt.sc/106eet4page 2
https://prnt.sc/106eg7gpage 3
https://prnt.sc/106eh8lpage 4
https://prnt.sc/106ehqhthe table is auto page break in new page.
when i debug this in play ground the page object look like this.
pages [
{ group: null, items: [ [Object] ] },
{ group: null, items: [] },
{ group: null, items: [] },
{ group: null, items: [ [Object] ] }
]
-
@vijaygohil1223 did you find a solution for this?
I'm having a similar issue where I can only print the merged header-footer template with dynamic data on the first page..