Hello,
I am displaying my data in a tableview. I want to know how to make only the column names BOLD. Im fetching the entire data (column names and actual table row data) from backend. So I'm not hardcoding the column names.
Secondly, How do I change color of the column header cells. Normally it is grey in color. Suppose I want to have it Blue in color. How do I do it? If I should use the IHeaderCellRenderer for this then please provide code as I dont know how to use it.
Thanks
Aditya