Hi,

I have to implement database paging in my Tobago application. tc:sheet
supports paging but requires all data in a list in memory. Because my
query can have thousands of records as result, I want a paging mechanism
with only the displayed data in memory. Is there an easy (and fast) way
to implement such a thing with Tobago? My first attempt to this issue is
to implement a new list class, which implements the List interface and
does the paging. But there might be an easier solutution.

Best regards,
Carsten

Reply via email to