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
When width is set, cell text is always wrapped. In some cases this is
undesirable. For example adding formating that will shrink the effective
size of the cell. see gajus#117
When width is set, cell text is always wrapped. In some cases this is
undesirable. For example adding formating that will shrink the effective
size of the cell. see gajus#117
When width is set, cell text is always wrapped. In some cases this is
undesirable. For example adding formating that will shrink the effective
size of the cell. see gajus#117
Hi @IanEdington, it seems that you don't have enough time to work on the PR. I'm willing to help you but honestly I don't understand what you expects. Can you show me your expected output?
I have links in my table that are being parsed by a parser (Slack).
Currently this makes the tables have a huge amount of space on the linked
currently using
width
, with or withoutwordWrap
enabled give this:Which totally makes sense as a default.
I would link to add an option that sets the width but disables wrapping altogether.
This option could either be overloading
wordWrap
akawordWrap='disable'
or a new flag likedisableWordWrap
.Are you open to adding another option for this use case?
Looking for feedback before implementing.
PS thanks for a great tool
The text was updated successfully, but these errors were encountered: