This time this is my new question. Is there a way I can manually select a column, for example by clicking a button?
Detailed example: I have a button called “Select column 3”, when the user clicks the button, it should manually select column 3 and give it a custom background color as well coz I’m planning to change the default background.
Ahm I hope it’s alright if I will add a follow-up question coz it’s somehow related. What if I add a custom background without selecting the column/s.
For example, what if I just want to permanently set background color for columns 1 and 3 to be green. You know, just to set these columns noticeable - to let the user know that these columns are quite important than the other columns. I’ve read about setCellMeta, but I don’t know how to use/implement it.