Hacker News new | ask | show | jobs
by silvestrov 1638 days ago
My biggest problem with tables is that I can't control in which columns the additional space goes with a table wider than content, e.g. when table has style width:100%

Often this should be the "description" column and not the "number of items" or "price" columns.

I'd really like a "flex-grow" for table columns.

(And I can't use display:grid as it doesn't have running headers/footers for PDF files)