Base solution for your next web application
Open Closed

Organization Unit Tree - Lazy Loading #6042


User avatar
0
cmthomps created

We are creating an organizational unit structure that has many individual items (~20,000). As of the moment, the tree loads but it is very slow. Any thoughts on how to make the tree use lazy loading (load the child OUs on click of the parent)? Would that be a huge effort?

Thanks, Craig


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    If you are use MVC, the jsTree has lazy feature. But it seems angular-ui-tree don't has lazy feature.