Forum Discussion
Imam1375
Jan 06, 2023Copper Contributor
How to create a better overall view of a SharePoint List to see more items at once
Hi all,
Hope you're well. I have a SharePoint List that I've created for colleagues and it replaces an old Excel template that we used to have. However, as good and efficient as the SharePoint List and its form is, one suggestion is to have a better view of the whole List and its items when using it.
By that I mean, not having to zoom out all the time to have a larger scope of vision and to see more items/columns at once.
I'm new to SharePoint Lists so does anyone have any suggestions on how to enable this? The main thing I'm doing at the moment is reducing the font size of all words and thus reduce the width of the column size, but I'd like to know if there is anything else I can do.
Thanks in advance for any help!
- Hi!
You can make use of View formatting Json:
https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-formatting
This way you can design the view to fit your needs.
- Hi!
You can make use of View formatting Json:
https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-formatting
This way you can design the view to fit your needs.