How to repeat table header?
-
I have used thead and tbody to repeat table header in every page of pdf .But <th> top border in next page is gone and also the <td> is break at end of every page ie,
playgrund url -https://playground.jsreport.net/w/reshmajacob93/cpjR_qFa
-
Hi sir ,
i have used thead and tbody in order to repeat header but the problem is table bottom style breaks at the end of every page.In the above image i have shown the example.
-
It seems like you have a border duplicated in
td
andtables
. Perhaps you should remove thetables.border
style.Unfortunately chrome pdf print is a black box for us. The recommended approach is to step by step remove styles and try to identify the particular one which can cause the problems.
You can also check our troubleshooting recommendations for chrome here
https://jsreport.net/learn/chrome-pdf#troubleshooting
-
Thank you sir