Thank you, Jan.
E
Posts made by EdoElgx
-
handlebars-helpers
Hello All,
How can I install this extension (https://github.com/helpers/handlebars-helpers) in my JSReport deployment?
Thanks for any help/pointer.
-
HTML data
Hello,
In an HTML report, I want to display data that contains HTML code, but the HTML is shown in the report. I need it to be interpreted.
Example:
data = '<b>Hello</b><br/>New User'
Report code:
{{data}}
What I get:
<b>Hello</b><br/>New UserWhat I need:
Hello
New UserThanks!