Forum Discussion
andrew_dimartino
Apr 04, 2025Copper Contributor
SharePoint list custom json header not applying
I go to Add new item -> Configure Layout -> (add my very basic json code to format header) -> click Save
The json code saves, but it does nothing to update the format of the list. I could click the Preview button, but it does nothing when I click it.
The formatting code is saved, but it doesn't change the look of the list. Could it be that my organization is somehow limiting my ability to format lists within our sharepoint?
with FormsFormatting you can change the header in your SharePoint list form, here are the steps and documentation https://learn.microsoft.com/sharepoint/dev/declarative-customization/list-form-configuration?WT.mc_id=DX-MVP-5004845
This will not change the look of the list. When you wanna change the look of yout list, you need to use ViewFormatting: https://learn.microsoft.com/sharepoint/dev/declarative-customization/view-formatting?WT.mc_id=DX-MVP-5004845
Regards, Dave