Print issue in pdf
-
How can i resolve this type of issue.. rendering with chrome-pdf.
https://prnt.sc/104r18h
-
Try to check css property
page-break-inside: avoid;
https://www.w3schools.com/cssref/pr_print_pagebi.aspAlso, check on this when you have a table header
https://jsreport.net/learn/chrome-pdf#troubleshooting
https://playground.jsreport.net/w/admin/wsa4boBl
-
Ok. thanks I will check this.