glideapps / glide-data-grid

🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
https://grid.glideapps.com
MIT License
3.98k stars 288 forks source link

Possible to use different font for header? Right Align Header Text with column? #991

Open evanheckert opened 1 month ago

evanheckert commented 1 month ago

I'm able to right-align the data cells of a column, but it doesn't apply to the header.

But when I want to apply a monospace font to just the data cells, it also applies it to the header.

It seems to me that styling props should be divided out for headers and data cells separately. Is there a way to do this that I'm missing?

Loving the grid otherwise!