Does anyone know how to ‘right’ align the text in the row headers?
I know I can use ‘className: “htRight”’ in the cell renderer. But how do I do this for Row and Column headers?
Thanks,
Steen
Does anyone know how to ‘right’ align the text in the row headers?
I know I can use ‘className: “htRight”’ in the cell renderer. But how do I do this for Row and Column headers?
Thanks,
Steen
You can use the afterGetRowHeader
callback and add the CSS class to all the row headers.
Thanks for the quick answer.
You’re welcome.
I assume that we can close the issue.