Send HTML to Report
-
Hello,
I need to send HTML data to became my report dynamic.
For example:
But I tried many ways to get and show this information into the report, it is a very simple implementation and I didn't know why it is not working in the Jsreport.net.
Because this next example works:
-
Handlebars escapes html when using
{{foo}}
.
You need to use triple brackets.{{{foo}}}
.More info in docs
https://handlebarsjs.com/
-
Thank you @jan_blaha !