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 t...
DaveMehr365
Apr 07, 2025MVP
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