42BV/pdf-library

Tables that exceed the page height should continue on the next page

Closed this issue · 1 comments

Currently we try to move a table to the next page if it does not fit on the current page, however we should just use all the space we can on the first page and then continue the rest of the table on the next page. This will require splitting the table object into separate objects.

Fixed in the most recent version. Tables that don't fit on the current page are cut in two. If repeatHeader is set to true the second half of the table will add the first row of the first table as header.