posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.44k stars 50 forks source link

Allow `.cols_align()` to set vertical alignment #390

Open s-banach opened 5 days ago

s-banach commented 5 days ago

Prework

Proposal

When I generate a table, I see the css .gt_row { ...vertical-align: middle; ...}. I believe there's currently no way to change this? The .cols_align() method only seems to handle horizontal alignment.