Forum Discussion
Don Kirkham
Feb 18, 2021MVP
To clarify: You want the value displayed in the column to include the column name in bold before the field value?
If so, you can add a span before the field content to show the Column name, similar to below.
{
"elmType": "span",
"style": {
"font-weight": "bold"
},
"txtContent": "Color: "
},
There are a lot of examples of various formatting json in the PnP List Formatting Samples. Start here: https://pnp.github.io/sp-dev-list-formatting/
If you give me a little more information, I might be able to provide a more complete json solution.