Re: Local data cache when using AsyncDataProvider (CellTable)

2012-10-02 Thread Benjamin D.
Hello, 1)Your use of AsyncDataProvider seems interesting to me but I have a few questions. My Celltable also use sorting. But then when you change sorting order the same method (onRangeChange) is called as when you change page. Problem is that the behavior must be different: when I change page

Re: Local data cache when using AsyncDataProvider (CellTable)

2012-01-28 Thread Ümit Seren
Well I have an application in which I display 1.2 million items in a CellTable (50 items at a time). I solved that by using AsyncDataProvider and doing bulk-requests of around 2000 items (you can play with that vaue). I have a SimplePager which displays 50 of them at a time and when the user

Local data cache when using AsyncDataProvider (CellTable)

2012-01-27 Thread divStar
Hello everyone! I have a problem understanding something.. or rather: figuring out a good way to do what I want to. On my backend I keep a list of Item-objects (which are loaded when the backend application is started on the servlet container). There are about 2 objects and each of them can