I have a table widget, and I’m going to the style tab and editing the “cell background color” field. I’m selecting Javascript and typing {{ currentRow.sunShipByDate = “” ? “Red” : “” }} and getting the error “currentRow is not defined”. This is strange because I’m following Appsmith help articles on the syntax for this.
I’m on the cloud version, not self-hosted so everything should be up to date. Any idea here?
Click the settings Icon for your desired column and in the style tab, you can use the above syntax like so {{ currentRow.sunShipByDate == “” ? “Red” : “” }} .