Hi Deti,

Why not using grid?
did you have a look at
http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/sortedgrid

If you have lot  of date to display, I suggest you to have a look
at the with gridDataSource interface.
http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/grid/GridDataSource.html

The prepare method is called by the grid with all the sorting constraints
if your are using Hibernate there is a existing implementation for hibernate
http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/hibernate/HibernateGridDataSource.html

François

2010/11/10 deti <smoothyd...@yahoo.com>

>
> Hi everyone,
> I have a question
>
> I need to add sorting and paging features in loop component but I don't
> know
> how to do it..I even don't know where to start..
> Can you tell me what should I do to implement sorting and paging features?
>
> Thank you
> Deti
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Add-sorting-and-paging-features-in-loop-component-tp3258154p3258154.html
> Sent from the Tapestry - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: dev-h...@tapestry.apache.org
>
>

Reply via email to