You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@click.apache.org by Tim Hooper <th...@gmail.com> on 2010/05/28 16:06:09 UTC

FormTable Question

When getting the rows out of a FormTable, is there a way to get only the rows of 
the current page?  

For Example, I'd like to do something like this:
table.getRowList(table.getPageNumber());

which would only return the rows for the currently selected page in the table.  


Tim


Re: FormTable Question

Posted by tomasz bandura <to...@gmail.com>.
Hi,

Please Look at LargeTable Example:
http://www.avoka.com/click-examples/table/large-dataset-demo.htm with
the size and start parameters ( limit and offset ) used in 'custom'
DataProvider.


regards,
Tomasz

2010/5/28 Tim Hooper <th...@gmail.com>:
> When getting the rows out of a FormTable, is there a way to get only the rows of
> the current page?
>
> For Example, I'd like to do something like this:
> table.getRowList(table.getPageNumber());
>
> which would only return the rows for the currently selected page in the table.
>
>
> Tim
>
>