On 05-11-2008 at 11:08, Morten Matras wrote: > A number of Ajax libraries offering datatable / grid functionality enabling > display of items with paging and column sorting exists. > > yui > flexigrid > tablekit > display tag > > I consider using one of these together with Stripes in such a way that > Stripes handles the sorting and paging. > > YUI from yahoo seems to be a good guess on something that can work with > paging and sorting managed on the server while flexigrid seems to be based > on having a json file containing all items prefabricated. > > Have any of you guys (and girls) experience with integrating one of these > standard table display facilitators with Stripes?
I use DisplayTag, but not as AJAX. It just renders (and sorts & pages) my lists. I'm happy with it, although it doesn't scale too well when sorting huge lists. On the other hand, no display library can AFAIK. So if I run into this problem I should let the database do the sorting. Oscar -- ,-_ DRM "manages access" in the same way that a jail /() ) "manages freedom". (__ ( =/ () ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
