HTML-Renderer
HTML-Renderer copied to clipboard
Breaking table issue
Currently if table row exceeds page's borders, it moves to the next page. And if it is the second row in a table, the whole table moves to the next page to not split header and table body. But if first and second row's cumulative height is more than page's height, it goes into infinite moving to the next page