Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best pageable table implementation in GWT [closed]

Tags:

gwt

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?

like image 517
Steve Buikhuizen Avatar asked Dec 02 '08 21:12

Steve Buikhuizen


1 Answers

There's a new CellTable that has support for paging. It's in the GWT trunk right now and will, with any luck, make it into a 2.1 release later this year.

like image 102
Isaac Truett Avatar answered Nov 11 '22 17:11

Isaac Truett