Found the solution, it was hierarchy issues in CSS. But still, is there anyway that I can find if I'm adding the data to the end of the page and use a page break?
B
Posts made by behzadrahmatzadeh
-
RE: Page Break not working
-
Page Break not working
I faced problem with page break in chrome-pdf. The page break not working after I added <div class='page-break'></div> in some places of the page. This is sample playground of the page.
https://playground.jsreport.net/w/behzadrahmatzadeh/i0yFTZW_ -
RE: Render HTML tags in PDF output
@jan_blaha thanks for the swift response,
I used 3 brackets, it shows the same <p>hello world</p> but I need it to be hello world.
You can see the sample code below.
-
Render HTML tags in PDF output
Hello,
My data consists of json like the image below and jsreport show it as <p>hello world</p> which I need it like hello world in html paragraph. I tried out handlebars but not found any solutions.