Last active
November 27, 2024 10:11
-
-
Save tecchan1107/945db3d472a43d624b28b885c5bcfbca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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" | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample image
Column settings