Question

I have a view in SharePoint online where I need to override column name with a custom value.

Is it possible to do this using JSON View Formatting?

Ref: https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-formatting

Was it helpful?

Solution

If you want to change the column header and keep the list view as a standard SharePoint list view then No.

It is not possible to just change the column headers using JSON formatting.

If you want to customize the complete view and create a custom header then you can do that using view formatting. Check below View sample for reference:

Custom Header

Note: Creating a custom header removes the standard features such as menus, sorting, moving, resizing, etc. In addition, the sticky header feature is now gone.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top