Skip footer on first page of each loop and render footer for other pages according to data
-
Hello @jan_blaha
I have one scenario where I need to skip the footer on first page of each candidates if the data of that candidate are more and extending to new page.
please have a look at the playground below, so I need to hide the footer for the first page where candidate name is "Happy" because Happy have a long summary text and it's extending to the new page so that new page can have footer.
https://playground.jsreport.net/w/happypatel20/8NZyKAMC
Thanks!
-
Will this approach work for you?
https://playground.jsreport.net/w/anon/U02SjZiE
-
Thanks @jan_blaha
moreover, I am not able to understand why the logic of skipping header on first page is not skipping header on first page?
https://playground.jsreport.net/w/anon/lmfVMSpZ
Thanks!
-
You need to put some content to the empty span in this case.
<!-- skip the header for the first page --> <span> </span>
-
Got it Thanks! @jan_blaha