Hi, I'm developing a gwt app in which I used (among other things) a table to present my items. The table is a PagingScrollTable from the gwt-incubator. So far I had no problems using it (and it helped me a lot...), but now I'd like to implement something like a lazy loading behavior as user scrolls down (avoiding paging at all) like the one in the new google groups UI. For legacy policy i can't switch to the new CellTable or the new RequestFactory, so i'm a bit stucked with a (not perhaps so) old style (RPC + incubator).
I looked back on this group and other sources, and I found almost nothing, so I ask if someone has already faced this problem, and have snippets / hints / suggestions that I can build on. I think the topic is quite interesting, even more for an old approach and, even if my request concerns pagingscrolltable, fell free to express you opinions on celltable too (could help someone else). Cios. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
