Skip to content

fix(*): allow tables to break across pages if they need to

Dan Visel requested to merge pagedjs-tables into main

If a table was longer than a page in length, it wasn't being rendered in PagedJS, presumably because Puppeteer couldn't figure out a way to render it that wouldn't break it. Nor was any content that followed the long table rendered. This MR fixes this by taking the break-inside: avoid off of table and putting it on tr.

Merge request reports