I know I can get the value of a cell from using onCellSelect. I’d like when a user clicks a cell in my table for the background to turn a color and if they click again for it turn back to the original color. Basically if the user clicks three cells, they would know which cells they clicked. Is this possible? Thanks!
Unfortunately only row cells can be changed. Unless you code your own table
Where there any change to this problem ?
Is it now possible to change the background color of a cell when the user clicks on a table ?
As Carlos already mentioned in his post, it is not possible to do it with a normal table, but it could be possible to create this function by using a repeater (creating his own table).
Or perhaps also by using a custom-element.