I tried used headerClass but it transformed the whole header name to lower case, but only want a part of it to be lowercase.
My Code:
{ field:"id", headerName: 'RAJ(0P)' }
I want only 0P part to become lowercase.
Any suggestions would help.
Update : I saw that one class is being applied to an external component which transforms the text into uppercase. So to overwrite that I guess I need to pass custom HTML to column header and apply a class which transforms it to lowercase.
So How to pass custom HTML to column header?