Allow setting a cell's min_width and max_width properties#68
Open
ericfreese wants to merge 1 commit intoprawnpdf:masterfrom
Open
Allow setting a cell's min_width and max_width properties#68ericfreese wants to merge 1 commit intoprawnpdf:masterfrom
min_width and max_width properties#68ericfreese wants to merge 1 commit intoprawnpdf:masterfrom
Conversation
Author
|
There is still a problem here. I believe it's an old bug that is only showing itself now that a cell's It appears that max width is not taken into account when calculating a table's |
|
Can this be merged because it makes things somehow better anyway? For example it makes sense to set min_width of header cells to something that will not wrap the header words, e.g. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows you to pass in
min_widthandmax_widthoptions when creating a table cell to override the default calculations.