When I generate the table in the pdf file, and when tr
contains long text, page breaks, and the next cell of the table is transferred to the next page. I tried to use style:
table, tr, td, th, tbody, thead, tfoot {
page-break-inside: auto !important;
}
but it's not working. How to enable page break inside ?