Render cell based on value in different cell #2176
Unanswered
jonnoevans
asked this question in
General
Replies: 1 comment
-
I thought about trying to add in an
and then the code might work like this below, but it doesn't work!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to render a cell based on the value of a different cell, but can't figure it out.
I can do it based on the
value
of the cell itself, but not on the basis of the value of a different column's cell, in the same row. e.g. if status = ready, action = go; if status = not ready, action = stop.Code below as it stands to make with work with
value
, but any help much appreciated.Beta Was this translation helpful? Give feedback.
All reactions