lazyLoading : BooleanDefault: false

Enables lazy loading

Examples

Material Design

    
 <div id="tree"></div>
 <script>
     $('#tree').tree({
         dataSource: '/Locations/LazyGet',
         primaryKey: 'id',
         lazyLoading: true
     });
 </script>