Created
December 10, 2019 08:50
-
-
Save marineko/dd684ca2d2d25529c63c0e82b1d7c0fe 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/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