Skip to content

Instantly share code, notes, and snippets.

@tecchan1107
Last active April 2, 2025 10:26
Show Gist options
  • Select an option

  • Save tecchan1107/b7da48d1bcf7204d4bc2ed1189655de4 to your computer and use it in GitHub Desktop.

Select an option

Save tecchan1107/b7da48d1bcf7204d4bc2ed1189655de4 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"
},
"children": [
{
"elmType": "div",
"txtContent": "[$__item]",
"forEach": "__item in split(@currentField,';')",
"style": {
"margin": "5px",
"padding": "2px 5px",
"border": "1px solid",
"border-radius": "7px",
"background-color": "=if([$__item]=='IT','pink','')"
}
}
]
}
@tecchan1107
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment