GWT 中的弹性表
我想要 gwt 中的一个表,用于更新数据库.. 由于该表是数据库的更新程序,因此我需要添加、编辑、删除和保存命令。 该项目是为了公司内部目的而创建的,因此我寻找一种不需要此类用途商业许可的解决方案。
i want a table in gwt, which is used to update the database..
since the table is a updater of database, i need add, edit, remove and save commands..
The project is being created for internal purpose of the company, so I look for a solution that does not require commercial licensing for such uses.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google Web Toolkit 孵化器项目有一个
PagingScrollTable
似乎符合您的要求。查看演示 也是。The Google Web Toolkit Incubator project has a
PagingScrollTable
which seems to fit your requirements. Check out the the demo too.请查看 SmartGWT。该许可证适合您的需求,并且具有一个具有所有所需功能的网格组件。
Take a look to SmartGWT. The license fits your needs and has a Grid component with all the requested features.