How can I create a GWT Cell table with infinite scroll? I am looking for an answer which can work similar to the DZone front page, where the user can use the mouse or keyboard to scroll. Is this even possible with GWT may be a sub question.
Share
i dont think they do infinite scroll, it seems more like after you scroll to bottom of panel, more data is being added.
how to achieve sth like that in GWT? For start i think you should look at ScrollEvent, capture event, end try scrolling position from it