Skip to content

Instantly share code, notes, and snippets.

@marineko
Created December 10, 2019 08:50
Show Gist options
  • Save marineko/dd684ca2d2d25529c63c0e82b1d7c0fe to your computer and use it in GitHub Desktop.
Save marineko/dd684ca2d2d25529c63c0e82b1d7c0fe to your computer and use it in GitHub Desktop.
{
"schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json",
"hideSelection": true,
"hideColumnHeader": true,
"rowFormatter": {
"elmType": "div",
"attributes": {
"class": "sp-row-card"
},
"children": [
{
"elmType": "div",
"style": {
"text-align": "left"
},
"children": [
{
"elmType": "div",
"attributes": {
"class": "sp-row-title"
},
"txtContent": "[$Title]"
},
{
"elmType": "div",
"attributes": {
"class": "sp-row-listPadding customBody"
},
"txtContent": "[$Body]"
},
{
"elmType": "button",
"customRowAction": {
"action": "defaultClick"
},
"txtContent": "Show detail",
"attributes": {
"class": "sp-row-button"
}
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment