JSON formatting preload all items
Is there a way for SharePoint to load all items? I have a contact list of less than 200 and using the JSON formatting from this github
List-Formatting/view-samples/content-navigator at master · pnp/List-Formatting · GitHub
My contact list has Subject Area, Contact Person (email, phone#, job title, etc.), Notes, and General mailbox information.
Basically, I followed the above sample JSON and created 2 views:
#1 – only displays the Subject Areas
#2 – displays the rest of the contact details
On a page, I added 2 web parts to call each list view. It works well but only up to a certain item. Once I scrolled down on webpart #1, clicking an item no longer updates the information on webpart #2. Even after increasing the item limit on each view.
Is there a way for SharePoint to load all items? I have a contact list of less than 200 and using the JSON formatting from this githubList-Formatting/view-samples/content-navigator at master · pnp/List-Formatting · GitHubMy contact list has Subject Area, Contact Person (email, phone#, job title, etc.), Notes, and General mailbox information. Basically, I followed the above sample JSON and created 2 views:#1 – only displays the Subject Areas#2 – displays the rest of the contact detailsOn a page, I added 2 web parts to call each list view. It works well but only up to a certain item. Once I scrolled down on webpart #1, clicking an item no longer updates the information on webpart #2. Even after increasing the item limit on each view. Read More