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.
you’re welcome