Hello,
In hot, For any selected cell, for its specific row header, is it possible to add custom color(red), and also once other row selected then selected row header must be colored red
Thank you
Custom header color for row Only
Hi @cadop16620
In your case I would suggest to use combination of afterGetColHeader() to set the custom color to the header, and afterOnCellMouseDown() to control which cell should activate the change.
Yea ok,
I will try to add and check if it would be accomplished
Thank you