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
Is your feature request related to a problem? Please describe.
When the text uses a long string of characters (like a web link) the table will automatically change the widths of the table to the detriment of readability. Disabling "Automatically resize to fit contents" will use word wrap to fit the content in the cell and the preferred width.
Describe the solution you'd like
A function on the Table struct to disable/enable this option. Additionally, it could be beneficial to automatically set this option depending on if .width() is called.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When the text uses a long string of characters (like a web link) the table will automatically change the widths of the table to the detriment of readability. Disabling "Automatically resize to fit contents" will use word wrap to fit the content in the cell and the preferred width.
Describe the solution you'd like
A function on the
Table
struct to disable/enable this option. Additionally, it could be beneficial to automatically set this option depending on if.width()
is called.The text was updated successfully, but these errors were encountered: