1

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

1

1 Answer 1

3

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.

1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.