Hello, I've been using teh GWT Celltable for some time but have been unable to come up with proper scrolling that triggers additional calls for data. I've seen the cellList example and have incorporated into into my celltable however the sample calls for data only when the scrollbar reaches the bottom. This produces an undesirable "water pump" affect.
For example , consider the possibility of 10,000 candidate rows for which only 100 will be returned with any given call for data. In the current sample(ShowMorePagerPanel) , the size of the scrollbar is determined from the 100 rows initially returned and then shrinks accordingly as additional groups of 100 rows are added. What I would like to see is a scrollbar size that reflects the 10,000 candidate rows and to have the triggering of new data occur upon scrolling a small segment of the scrollbar. That way I can quickly scroll to the last 100 of the 10,000 rows by just scrolling to the bottom once. thanks David -- 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.
