rowHeader alignment

Tags: #<Tag:0x00007efc6562d618> #<Tag:0x00007efc6562d4d8>

Hello,

I’m using the htMiddle, htCenter class but does this not apply to rowHeaders?

Hi @namihihii

No, all the classes are added per-cell. For the headers you’d need to alter CSS or use afterGetRowHeader hook. You can test it here https://jsfiddle.net/evpgk3df/. It is attached to all of the headers but the 1st parameter gives you an option to add it to a particular index as well.

Hello,

I was able to make this work thanks to your sample.
Thank you again @aleksandra_budnik :slight_smile:

you’re welcome :wink: