Thank you
Posts made by mvcskumar
-
RE: Any way to add page number to Header or Footer in Chrome-Pdf and Jsrender ?
When i changed the header template engine to handlebar it is working but when i changed to jsrender, it is not working. Please find code in the below playground
https://playground.jsreport.net/w/mvcskumar/WJJIeRQ1 -
Any way to add page number to Header or Footer in Chrome-Pdf and Jsrender ?
I've tried using {#pageNum} and it is not working
-
Render resource value inside loop in Jsrender
{{$localizedResource.message}}
and{{:startdate}}
inside data loop not working in jsrender/html.
Please let me know how to access localizedResource and other function variables{{for mydb.dbDataObj}} {{if (#index == 10)}} <div align="Center">{{$localizedResource.Confidential}}</div> <div><b><span class="spanHeaderDetailsRight">{{#$localizedResource.DateFrom}} : </span> <span class="spanHeaderDetailsLeft"> {{:mydb.rptHeader.startdate}}</span></b></div> {{/if}} {{/for}}