The project contains an example of implementing lazy data loading for TreeDataGrid.
Task- hierarchy entityLazyTreeDataGrid- replaces standardTreeDataGridand creates specific vaadinDataProviderinstance in caseLazyTreeDataGridItemsis passed. It registered inLazyTreeComponentApplicationusingComponentRegistration.LazyHierarchicalDataGridDataProvider- vaadinDataProviderimplementation that works withLazyTreeDataGridItems.TaskBrowse.TaskLazyTreeDataGridItems- sample implementation ofLazyTreeDataGridItems. It usesDataManagerto fetch data every timeTreeDataGridrequested it. Query parameters are obtained from vaadinHierarchicalQueryobject.