Skip to content

Instantly share code, notes, and snippets.

@mirontoli
Created October 4, 2019 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirontoli/2f7a64ba154b90df7e7d10686c85d709 to your computer and use it in GitHub Desktop.
Save mirontoli/2f7a64ba154b90df7e7d10686c85d709 to your computer and use it in GitHub Desktop.
{
"elmType": "div",
"style": {
"padding": "0 4px",
"font-size": "2em",
"text-align": "center"
},
"children": [
{
"elmType": "span",
"style": {
"display": "inline-block",
"color": "=if(@currentField == true, 'green', 'red')"
},
"attributes": {
"iconName": "=if(@currentField == true, 'CircleFill', 'CircleRing')"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment