Forum Discussion
Harish_Patil
Mar 31, 2025Copper Contributor
Pagination not showing in Modern View
Hi All, I am using SharePoint Online site. In this list I am using all Modern View list. I am setting Item limit 30 but in that list I have more than 1000 items. But it is not showing pagination ...
DaveMehr365
Apr 01, 2025MVP
Hi Harish_Patil
you can find a lot about modern views in this article: https://learn.microsoft.com/microsoft-365/community/creating-useful-views-in-lists-libraries?WT.mc_id=DX-MVP-5004845
Also with this statement:
- In a Modern View, Item Count (Pagination) is often ignored in favor of infinite scrolling. This comes at performance tradeoff at your user's expense. Additional rows are loaded and rendered dynamically as the user scrolls. Displaying fewer columns in your View can increase perceived scrolling speed. Smooth scrolling is what your users want in a View. Let the filters pane work for you.
That means, that modern view use a dynamic scrolling instead of an pagination.
Regards, Dave