rpbouman / huey

A UI for DuckDB
MIT License
205 stars 14 forks source link

PivotTable: Layout: Column headers keeps width of column value even for column headers that are generated because of multiple cells #49

Open rpbouman opened 7 months ago

rpbouman commented 7 months ago

When rendering the columns with multiple aggregates on the columns axis, the width of the column header is repeated consistenly, even if the column for which the value is not rendered (because of multiple cells) could be much more narrow

image