devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Use flexed / dynamic widths for table columns

Open kenzieschmoll opened this issue 5 years ago • 1 comments

When we use fixed widths for table columns, it can lead to a lot of unused space: Screen Shot 2020-06-05 at 2 17 34 PM

kenzieschmoll avatar Jun 05 '20 21:06 kenzieschmoll

in our existing column widget calculation code, we should look into using the heuristic of measuring the longest text for a column instead of using TreeColumnWidthExtension._defaultColumnWidth

kenzieschmoll avatar Sep 28 '22 16:09 kenzieschmoll