Posted 28 July 2026, 7:13 am EST - Updated 28 July 2026, 7:18 am EST
Hi,
I’m using SpreadJS in a React application. (@mescius/spread-sheets": “18.2.3”,)
Is there a supported way to change the background colour of the corresponding row and column headers for the currently selected cells, similar to the behaviour shown in the attached screenshot?
For example, if cell C5 is selected, I’d like the column header C and row header 5 to have a different background colour while the selection is active.
Is there a built-in API or recommended approach for achieving this, or does it need to be implemented by handling selection events and updating the header styles manually?
I’ve attached a screenshot for reference.

