SharePoint Grouped List Formatting JSON

Copper Contributor

Hi,

 

I'm trying to edit the styling of my list as shown below.

 

 

{
  "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json",
  "hideColumnHeader": true,
  "hideSelection": true,
  "groupProps": {
    "headerFormatter": {
      "elmType": "div",
      "txtContent": "@group.fieldData",
      "attributes": {
        "class": "sp-row-title ms-fontSize-xl"
      },
      "style": {
        "width" : "200px"
      }
    }
  }
}

 

 

 

Using the JSON I already have in place how can I edit the text? I can edit the headers styling through the groupProps key but can't find the syntax for my information below them :(

0 Replies