Skip to content

Instantly share code, notes, and snippets.

@tecchan1107
Last active November 27, 2024 10:11
Show Gist options
  • Select an option

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

Select an option

Save tecchan1107/945db3d472a43d624b28b885c5bcfbca to your computer and use it in GitHub Desktop.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"inlineEditField": "@currentField",
"style": {
"background-color": "=if(@currentField=='Level 1','blue',if(@currentField=='Level 2','green',if(@currentField=='Level 3','gold',if(@currentField=='Level 4','red','gray'))))",
"color": "white",
"font-weight": "bold",
"font-size": "20px",
"display": "flex",
"justify-content": "center",
"margin-right": "2px",
"--inline-editor-border-width": "3px",
"--inline-editor-border-color": "black"
}
}
@tecchan1107
Copy link
Author

Sample image

image

image

Column settings

image

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