GWT 可选网格
有谁知道 gwt google web 工具包有一个好的可选网格吗?我需要将此功能移植到我的应用程序中。举例来说,我希望它的工作方式与 jquery 库的 pfselect 类似。
谢谢,
Does anyone know of a good selectable grid for gwt google web toolkit? I need this functionality ported over for my application. Just for example I would like it work similar to pfselect for the jquery library.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它正在 GWT2.1 中。目前里程碑版本已经可用。也许你可以尝试一下。我建议不要使用 smartgwt 或 ext-gwt。因为在初始页面加载时它会下载大量的 JavaScript。
请查看此
It is on the way in GWT2.1. Currently milestone version is available. Probably you can give a try. I would suggest not to use smartgwt or ext-gwt. Because at initial page load it downloads lots of javascript.
Please have a look into this
您可以查看
GWT Incubator ScrollTable (http://collectionofdemos.appspot.com/demo /index.html)
SmartGWT 网格 (http: //code.google.com/p/smartgwt/)
Ext GWT(来自 Ext-JS)
You could look at
GWT Incubator ScrollTable (http://collectionofdemos.appspot.com/demo/index.html)
SmartGWT grid (http://code.google.com/p/smartgwt/)
Ext GWT (from Ext-JS)