Is it possible to load data in a lazy way? Having a virtual row length of i.e. 10.000 and loading sets of e.g. 5 * pageSize rows.
If not so that would be a nice feature.
Sorting over the whole set could be done on the data server, filtering may be only local.
Is it possible to load data in a lazy way? Having a virtual row length of i.e. 10.000 and loading sets of e.g. 5 * pageSize rows.
If not so that would be a nice feature.
Sorting over the whole set could be done on the data server, filtering may be only local.