Is there some easy way or maybe a ready component to use lazy-loading in dataTable by Primefaces but without pagination (also not the standard one) ?
I need following feature: when page is loaded dataTable contains only first 10 out of 100 rows (fast response time).
The rest of rows is automatically loaded into the dataTable but user can already work with first portion of data.
Thanks for any advice. In worst case I will have to implement similar behavior by myself, but maybe someone already have some experience.