Forum Discussion
chhe5
Apr 20, 2020Copper Contributor
JSON List view format doesn't load all items
Hello, I have created a sharepoint list view format. Based on the https://github.com/SharePoint/sp-dev-list-formatting/tree/master/view-samples/resource-catalog on GitHub. Now I have the problem...
jsmileyb
Jul 07, 2022Copper Contributor
I wasn't able to fix with your recommendation. Was there another workaround?
Corey Richardson
Aug 08, 2022Copper Contributor
jsmileyb I ended up creating a page with multiple custom queries to the list to obtain the data and show it all at once. It's a hack, but it works.
- jsmileybAug 09, 2022Copper ContributorI'm about half-way through creating a SPFx app that will solve with the same look/feel as the JSON list/library views. I think that's going to work best for us.
Thank you for the reply.