Automatic column width adjustment in tables #531
colinkeenan
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, all columns are equal width. I am requesting that if equal width results in one or more columns being wider than the longest line in the column, then that column should be reduced in width to match the longest line. This allows columns that wrap to be wider, reducing the needed row height.
All reactions