Data Binding Issue in header
-
Hi,
I have create a report using "pdfCreatePagesGroup" function,
I have bind "archivename" prop in header, but value (archivename) not showing in the fist page,
please find the bellow playground URL : https://playground.jsreport.net/w/chathura.mahindarathne/QvEmpxIP
-
Try to change that line to something like
<span style='color:red'>{{{archivename}}}</span>
Then you sees you are not printing it on the first page.
When you figure this out, you can continue withpdfCreatePagesGroup
-
Thanks for your support, now it works for me