When editing the JSON formatting code for a list most of the time value suggestion is not working:
Sometimes it shows only some of the options (e.g. missing "children" and "rowFormatter"):

and sometimes it's just fubar:

When editing the JSON formatting code for a list most of the time value suggestion is not working:
Sometimes it shows only some of the options (e.g. missing "children" and "rowFormatter"):

and sometimes it's just fubar:

Hi @Wassini ,
The "rowFormatter" property is shown in the suggestion, you may ignore it. For the "children", it supposed to in the "rowFormatter" property. As the below pictures show:


If you are using invalid properties as your second screenshot, the list will not change. I just use the below json to hide column header, and the list would change immediately:
{
"hideColumnHeader": true
}
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi, @24359662,
Is there anything update? If my reply helps you, you could mark it as answer.
I'm totally new into the this JSON formatting and I am a little confused as the documentation shows a simple example like this:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField"
}
and apparently this is NOT allowed.
5 people are following this question.