jsf datatable lazy load filter and sorting

Posted by darko petreski on Stack Overflow See other posts from Stack Overflow or by darko petreski
Published on 2010-05-22T07:03:14Z Indexed on 2010/05/22 7:10 UTC
Read the original article Hit count: 694

Filed under:
|
|
|
|

Hi,

I have worked on several projects with a lot of data tables. The tables had sorting, filtering and paging of course on server side and with help of the db
(all databases has implemented sording, filtering -where and limit the returned results).

When workig on real application there are a thousands of even a millions rows.

But I have seen several JSF dagatable components.
They implement pagination, sorting and filtering on client side!! According to me this is very silly. This technology is called enterprise and they sort the data on the client side with java script!

I have not seen any good JSF data grid that has build in features for sorting, filtering and lazy loading on the server side.

Why is that? Am I looking in wrong direction or really there in no build support for this. Lately I am testing primefaces and lazy loading datatable. It really works fine, but the table i can only lazy load. If you add sort and filter then the problems begin.

Conclusion: Is there any datatable JSF component than can perform lazy load pagination, and filtering and sorting on server side. If I need to implement my own solution thanks to the teams that made client side sorting and filtering, they are useless.

Regards

© Stack Overflow or respective owner

Related posts about jsf

Related posts about lazy