Re: How to realize paging in combination with a FlexTable

2010-01-07 Thread FKereki
I implemented paging for the "Cities Browser" example in my article at http://www.ibm.com/developerworks/library/wa-aj-patterns/ -- specifically, read from "Pattern: Caching" onwards. Good luck, F.Kereki -- You received this message because you are subscribed to the Google Groups "Google Web Too

How to realize paging in combination with a FlexTable

2010-01-06 Thread ojay
Hi, I stuck on the problem how I can implement paging in my GWT-App. I want to show a list of users in a view, therefore I use the FlexTable. Now it can happen that there are hundreds of users which is a bit too much for the view, so I want to split it to 20 users on the screen and let the client