I have an editable cell, that I would like to change the background colour when you hover over it.
I can do the entire column but then every cell in the column changes colour when I hover over the column.
I see there is addCellCss but that requires a spedific cell.
Do I need to populate the table and then call addCellCss on every cell I want to the hover on?