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...
Smith_J
Jul 22, 2020Brass Contributor
I struggled with this, also. I finally got it to work after I did the following:
Changed List Settings -> Advanced settings -> List experience to 'New experience'... I don't know if it works in 'Default experience set by my administrator' or 'Classic experience'.
Created a new List View... the column customizations didn't show up in the default 'All Items' view.
jsmileyb
Jul 07, 2022Copper Contributor
I wasn't able to fix with your recommendation. Was there another workaround?
- Corey RichardsonAug 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.