Colorize references on edit

Tags: #<Tag:0x00007efc623c0018>

I can implement my custom cell renderer on referenced cells. But can I also customize cell rendering on an active editing cell? I need to colorize the cell references as in excel.

Hi @daniel.z

You’d need to create a custom editor to style your edited cell. Here’s a base that you can use https://jsfiddle.net/aten40rc/ (however it adds only one color)

1 Like