Lazy loading or virtualized view of items in FileManager

We are going to evaluate on EJ2 and it's Javascript and React version of FileManager.


We may list a folder with 10000 items or more.

I'm worry on performance of loading and rendering.


Does it support loading on demand?


2 Replies

JO john February 28, 2023 11:39 AM UTC



IL Indhumathy Loganathan Syncfusion Team March 2, 2023 07:16 AM UTC

Hi John,


Yes, In File Manager component, we have enabled Virtualization support in the 20.4.0.48 package version. It will scroll the items in details view or large icons view to load the folders/files dynamically to improve performance. To use the virtual scrolling feature, inject the Virtualization module using the FileManager.Inject(Virtualization) section, then set the enableVirtualization property to true.


You can find a working demo at the below link.


https://ej2.syncfusion.com/demos/#/bootstrap5/file-manager/virtualization.html


Get back to us if you need any further assistance.


Regards,

Indhumathy L


Loader.
Up arrow icon