Table rendering over more then one page
-
Hi, i'm trying to render my pdf with a large table that is over more than one page.
I found out that I cant put the table data as a data attribute so im generating my own html and replace it in the html template. but when it is rendered if breaks in the middle of a height of 1 row and goos to the next page.
how can i fix this?
-
Try using
page-break-inside: avoid
https://playground.jsreport.net/w/anon/1J4iKdyx