File manager pagination/ Dynamic loading

Hello, i Need lazy loading for loading file in filemanager/doucment manager because i have more than thousand files in one folder.

Any solution for this problem? Thankyou.

Hi,
the contents of each folder are loaded on demand when the folder is opened. From the start, only the folder tree is loaded fully and the contents of the first layer (root, My files). Only up to 10 folders are stored locally in the cache.
So, mostly lazy loading is already implemented.
To load the folder tree lazily, you can alter the default logic, here’s the example: Code Snippet In real life, your backend needs to do most of the work, here it’s emulated.