The kind of lazy loading I am doing is different here, I am not using a fetchMore concept at all. I have to build a tree based on a particular column data (there are > 50 columns in my Db).
So instead of reading entire data in data base, I am reading single column which will be used to build my tree and when data() function is being called I am reading each cell(item in case of tree) data on demand.
Bookmarks