~ireas/genpdf-rs#60: 
TableView: Configure continuation borders

Hey!

Sorry in advance if I make some sort of mistake here, first time using sourcehut :D

I've been playing around with your awesome crate, and I'm looking to create a table spanning multiple pages.

It works pretty well, however when a table wraps a page (so when it's too long to fit on one) it doesn't continue on the next page immediately, but first it inserts a small empty row at the end of the page before continuing on normally.

Best regards

LordMZTE

Status
REPORTED
Submitter
~lordmzte
Assigned to
No-one
Submitted
3 years ago
Updated
3 years ago
Labels
feature

~ireas 3 years ago

Thanks for the report! Could you please share a minimal example that demonstrates the problem, e. g. on paste.sr.ht?

~lordmzte 3 years ago

Sure! Here's my example code: https://paste.sr.ht/~lordmzte/3f345e7c9b8a2ecca6c39b1d6190dc67f562c745

And here's a screenshot of the bug

~ireas 3 years ago

I see, thanks. This is intended as I typically deactivate the continuation borders and like the continued vertical border to indicate that the table continues on the next page. But of course your use case is valid too, so there should be an option to deactivate these borders if no content has been rendered on the previous page.

Register here or Log in to comment, or comment via email.