How to create an inifinite scroll on a CellTable in GWT?

How do I create a GWT Cell table with infinite scroll? I'm looking for an answer that might work similarly to the first page of the DZone, where the user can use the mouse or keyboard to scroll. Whether this is possible with GWT might be an additional question.

+3


source to share


1 answer


I don't think they do infinite scrolling, it looks like more data is added after scrolling to the bottom of the panel.



how to achieve this in GWT? For starters, I think you should look at the ScrollEvent , capture the event, complete the position scroll from it

+2


source







All Articles