Page 1 of 1

Datatable Implementation

Posted: 17 Aug 2010, 08:31
by shijuk
Hi

I wanted to know the best way of implementing Pirmefaces Datatable with pagination, sorting, filtering by enabling the lazyloading. I wanted to implement the pagination in the server side. Will you post, how I can achieve this.

Thanks

Re: Datatable Implementation

Posted: 17 Aug 2010, 10:45
by cagatay.civici
Best way would be to wait for 2.2 release as 2.1 supports only lazy pagination.

Re: Datatable Implementation

Posted: 17 Aug 2010, 12:33
by shijuk
hi
i have one doubt about lazy load pagination implementation .. where i have to implement my db code ?


referralList = findReferrals();

this referral list contain all list of bean details.

in lazy load pagination implementation where i have to use this method calling ..