Question

I have a list with a few views.

There are web parts used that links to the List and one of it's views. However, I am trying to determine which one is the Current View.

I looked at the view ID Googles Dev Tool's Inspect option and see if I can find it the "Edit The Current View" link.

However, the view ID in the Edit page is not the same as any of the view ID's in the List.

So is there a way to find the exact view that the web part is referencing?

Was it helpful?

Solution

The Current View in SharePoint List Web Part (Apps Web Part) is not related to any list view in our SharePoint List.

As per my understanding, when you add the list web part on a SharePoint page it creates a copy of default view of your SharePoint list.

Current View is not updated when you change the view on the list itself. If you want to add/remove any column then you have to update the view on the web part.

However, If you want to show the custom view from list to SharePoint page then you can select the particular view from drop-down in web part properties.

Also, note that if you made any changes to the view on the list itself then it will not be reflected on the web part or vice versa.

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