Skip to content

Instantly share code, notes, and snippets.

@thechriskent
Created April 22, 2022 17:09
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 thechriskent/e8111cb428053ab40dbee849f5debcd0 to your computer and use it in GitHub Desktop.
Save thechriskent/e8111cb428053ab40dbee849f5debcd0 to your computer and use it in GitHub Desktop.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"style": {
"display": "=if(@currentField,'flex','none')",
"flex-wrap": "wrap",
"width": "100%"
},
"children": [
{
"elmType": "div",
"style": {
"margin": "5px",
"padding": "5px 10px 5px 10px",
"border-radius": "10px"
},
"attributes": {
"class": "ms-bgColor-themePrimary"
},
"children": [
{
"elmType": "div",
"style": {
"vertical-align": "middle",
"white-space": "nowrap",
"width": "auto"
},
"attributes": {
"class": "ms-fontColor-white ms-font-s"
},
"children": [
{
"elmType": "span",
"style": {
"position": "relative",
"top": "2px"
},
"attributes": {
"iconName": "=if(@currentField=='Elephant','Cat','Tag')"
}
},
{
"elmType": "span",
"style": {
"padding-left": "5px"
},
"txtContent": "@currentField"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment