Hi,
I am using IBasicTableModel in table type 3 implementation. 
Currently pagination is not working for me. When I click on << < 1 2 3 > >>
to go to next page, I always get recordIndex 0 in getCurrentPageRows(int
recordIndex, int pageSize, ITableColumn tableColumn, boolean sortOrder)
method of IBasicTableModel. What do I need to do to help TableView call this
method with correct record index ?
Thanks,
Ashish


-----Original Message-----
From: Gunna Satria Hijrah Kusumah [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 13, 2005 5:42 PM
To: Tapestry users
Subject: Re: contrib:Table type 3 implementation question

Hi,
You may use IBasicTableModel as source for your Table component.
Hope Helps,

regards,

Gunna

On Monday 14 November 2005 08:33, Ashish Raniwala wrote:
> Hi,
> I am working with a table with very large data set (several millions). 
> In this case I do not want to fetch all the records and do the 
> pagination/sorting at application server.I am using type 3 table 
> component implementation but it is not clear to me that how do I do 
> pagination and sorting at database level ? Any suggestions ?
> Thanks,
> Ashish Raniwala

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to