GWT 2.1 Data Presentation Widgets without paging
问题 I am trying to build a table with large dataset and would like to avoid paging. (I would like to do something similar to Yahoo Mail grid which retrieves data after the grid is drawn. I think initially the first 100 mails are retrieved and then mail is only retrieved after the user scrolls down) The example of the data presentation widget I have seen include paging. Is it possible to do what I want? edit: You could also call this an infinite scroll table 回答1: Dean already mentioned Ext GWT but