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