Example of Pagination in Blazor File Manager Component
This sample illustrates the implementation of pagination within the File Manager component, enhancing performance and user experience by load only the number of files and folders specified in the PageSize , which can significantly improve the performance when dealing with large datasets.
In this demo, pagination is enabled by setting the AllowPaging property to true
. This pagination is applicable for both details view and large icons view.
The FileManagerPageSettings component's PageSizes
property enables a dropdown in pager that allows you to dynamically change the number of records displayed in the current page. PageSize
property allows number of items to be loaded in a single page. Here files are sorted using Custom sorting.