You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Jan Torben Heuer <jt...@mail2004.dnsalias.org> on 2009/05/15 17:34:20 UTC

lazily loaded table structure?

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: lazily loaded table structure?

Posted by sander v F <sa...@gmail.com>.
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 <jt...@mail2004.dnsalias.org>

> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>