for client-side ordering of the items you should take a look at JQuery. There is a tablesorter plugin (http://tablesorter.com/docs/) that looks easy and helpful.
2009/5/15 Jan Torben Heuer <[email protected]> > Hi, > > I want to display a table structure, however the data retrieving takes a > certain time. Currently I use the AjaxLazyLoadPanel to display all results > at once. > > But in future I'd like to to immediately display it on the page when it is > retrieved. So I need some kind of table where I can add rows via Ajax *AND* > reorder the items (because they are not retrieved in the final order). > > Do you know of any components that can be helpful for this task? > > > Thanks, > > Jan > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
