Does the Template File Identify the Page break??
-
I have Twenty Plus template file rendering inside the each loop.After completing The first Page.It is going to the second Page it is breaking the template container.Is there any Possible to control.Otherwise I can border bottom in the end of First page and the border Top in the second Page Can U please Suggest me.Can It possible to bring that!!
-
I am not sure I understand, could you demonstrate the problem on a simple playground demo?
https://playground.jsreport.net/Maybe you are looking for the avoid page break css
https://developer.mozilla.org/en-US/docs/Web/CSS/page-break-insideTechnically we don't know when the page break happens and don't have a tool to dynamically react on page breaks.
When this is needed, we typically have to render the template twice, the first time we parse the page and notice where are page breaks. The second time we can render with the aware of page breaks.
https://playground.jsreport.net/w/admin/tV6sVKbV