1
Table Columns - Reduce Minimum Width
Source: outline/outline#12264 · opened by @barry86m
I've got some tables where I'm using multiple short values (e.g. boolean, single characters, a couple of digits). As the minimum column width is currently 100px, the multiple columns extend off the screen which makes it much more difficult to comprehend.
data-colwidth can already be reduced down to 25px, is overridden by min-width in [Styles.ts](
Could the min-width be reduced a bit?
Possible options:
• 25px to align with data-colwidth (perhaps a bit narrow)
• calc(1.6em+9px) to align the min-width with the actual min-height
• something in the range 35-50px (sufficiently narrow for boolean values)
data-colwidth can already be reduced down to 25px, is overridden by min-width in [Styles.ts](
Could the min-width be reduced a bit?
Possible options:
• 25px to align with data-colwidth (perhaps a bit narrow)
• calc(1.6em+9px) to align the min-width with the actual min-height
• something in the range 35-50px (sufficiently narrow for boolean values)
No pledges yet. Be the first to back this.
Comments
Similar requests
Bring back the table width management from 0.81.* as an option.
2 votes · 0 comments
Don't show all headings on the table of contents of each page
1 vote · 0 comments
Wide table gets chopped when printing
1 vote · 0 comments
Supports table drag and drop adjustment of columns for express delivery
3 votes · 0 comments
Feature Request - Make tables sortable ( and maybe filterable) with JS in reading mode
1 vote · 0 comments
No comments yet.