Best pageable table implementation in GWT [closed]

自作多情 提交于 2019-12-18 12:14:48

问题


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?


回答1:


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.




回答2:


It's already been answered here

And unfortunately there is no satisfying implementation available. The best approach i have found has the GWT widget library. I have used it to create my own paging solution.




回答3:


I completely disagree that there is no suitable solution. You really need to check out GXT. I am using the Paging Grid implementation in my organization with great success.

http://extjs.com/products/gxt/




回答4:


I have been using gwtlib [http://code.google.com/p/gwtlib/] its a nice expendable solution that uses the Controller Pattern, I have been using it in some personal projects.




回答5:


I agree that GXT is the best solution, but, as i said before, it has a commercial license in this way any non open source project has to pay for it!



来源:https://stackoverflow.com/questions/335602/best-pageable-table-implementation-in-gwt

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!