Skip to content

Instantly share code, notes, and snippets.

@thechriskent
Last active November 12, 2020 20:51
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/0b4f81701bf38fae7ea28b88f518407c to your computer and use it in GitHub Desktop.
Save thechriskent/0b4f81701bf38fae7ea28b88f518407c to your computer and use it in GitHub Desktop.
Quick List Formatting sample illustrating recreating the Title Column
{
"elmType": "div",
"children": [
{
"elmType": "button",
"customRowAction": {
"action": "defaultClick"
},
"attributes": {
"class": "ms-fontColor-neutralPrimary ms-borderColor-white ms-borderColor-neutralPrimary--hover"
},
"style": {
"font-size": "14px",
"background-color": "transparent",
"border-top": "none",
"border-left": "none",
"border-right": "none",
"border-bottom-width": "1px",
"border-bottom-style": "solid",
"outline": "none",
"cursor": "pointer",
"padding": "0",
"margin": "0",
"display": "inline",
"text-align": "left",
"border-radius": "0",
"min-height": "0",
"white-space": "nowrap"
},
"txtContent": "=@currentField + '!'"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment