Search code examples
gwttabular

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


Solution

  • Dean already mentioned Ext GWT but I'd like to suggest SmartGWT's implementation as well.