JSON formatting List Help?
Hi Guys
I’m new to JSON and I’m trying to make all the font size in each of the column bigger
I tried this
Hi Guys I’m new to JSON and I’m trying to make all the font size in each of the column bigger I tried this {“$schema”: “https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json”,”additionalRowClass”: “=if(@rowIndex % 2 == 0,’ms-bgColor-communicationTint20 ms-bgColor-communicationTint20–hover’,”)”,”style”: {“font-size”: “20px”}} While it changes the color of the alternating columns to light blue the font sizes doesn’t increase or decrease.Am I doing something wrong? Read More