Best pageable table implementation in GWT

Posted by Steve Buikhuizen on Stack Overflow See other posts from Stack Overflow or by Steve Buikhuizen
Published on 2008-12-02T21:53:51Z Indexed on 2010/06/12 7:02 UTC
Read the original article Hit count: 262

Filed under:

I need to add a paging, sortable table to my GWT application.

I see lots of these out there so I'm looking for your experience to save me time by choosing the best one.

So far I'm looking at...

http://code.google.com/p/gwt-advanced-table/
http://code.google.com/p/google-web-toolkit-incubator/wiki/PagingScrollTableOld

I like the second one best. Any stories to tell?

© Stack Overflow or respective owner

Related posts about gwt