Forum Discussion
LincolnDeMaris
Microsoft
Nov 02, 2017Column formatting now rolling out to first release users
Hi all,
I would like to update you all on the rollout progress of the column formatting feature. Today, we begun rolling this feature out to first release users. All first release users will ...
LincolnDeMaris
Microsoft
Nov 22, 2017This feature is fully rolled out and to our knowledge, there's no way to block the functionality. Can you message me the JSON that you're trying that's not working? Are ALL samples that you've tried not working?
Stephen WALKER
Nov 23, 2017Copper Contributor
below is the json im using, it does work (but not when I switch to classic sharepoint (lol), can you tell me how to alter this code snippet so that the cells background is red with white text in bold
{
"elmType": "div",
"txtContent": "@currentField",
"style": {
"background-color": {
"operator": "?",
"operands": [
{
"operator": "<=",
"operands": [
"[$Alert_x0020_date]",
"@now"
]
},
"#ff0000",
""
]
}
}
}