Under the hood
Useful1 Signal1
Tables can now have a column that fills the leftover width.
What's wrong with this entry?
Anonymous. No account, no email.
What
The table renderer accepts a column width of "fill", which grows to take the leftover space instead of a fixed number of characters. Fixed widths still work as before.
Details
- A fill column is laid out with a grow factor of 1 and a minimum width of 1 character.
Evidence
W.width === "fill"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.