You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a PDFSection with 3 columns. Each PDFSectionColumn contains a PDFTable where the height is dynamic.
Problem: columns have different heights (based on their respective content)
Solution: ability to set config to force each column to have equal height:
e.g.: pdfSection.equalColumnHeights = true
Maybe there is a simpler alternative that I'm missing.
Hard to know what to do since a lot of the docs are missing description, majority of classes just says TODO
overall, amazing library though. Thanks!
The text was updated successfully, but these errors were encountered:
grantespo
changed the title
PDFSection - allow PDFSectionColumns to columns to have equal heights
PDFSection - allow PDFSectionColumns to have equal heights
Apr 13, 2021
I like your solution with the equalColumnHeights but it isn't this easy (is it ever? 😄)
How would the content of each section be affected?
When using tables we can increase the padding around cell content and cell borders, but how about all the other data types? Should an image be stretched, etc.?
From a quick look at the problem space, I believe this won't be trivial to implement.
I have a PDFSection with 3 columns. Each PDFSectionColumn contains a PDFTable where the height is dynamic.
Problem: columns have different heights (based on their respective content)
Solution: ability to set config to force each column to have equal height:
e.g.:
pdfSection.equalColumnHeights = true
Maybe there is a simpler alternative that I'm missing.
Hard to know what to do since a lot of the docs are missing description, majority of classes just says
TODO
overall, amazing library though. Thanks!
The text was updated successfully, but these errors were encountered: