How do I implement lazy loading data ?
Currently there is no lazy loading support in the component. The DataProvider API is used on abstract level, but since there is no lazy loading on component level, it really does not make sense to use data provider with call backs with this component.