具有可折叠行的 GWT 表
有人知道带有可折叠行的 GWT 表的开源组件吗?
Anyone know an open source component for a GWT Table with collapsible rows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人知道带有可折叠行的 GWT 表的开源组件吗?
Anyone know an open source component for a GWT Table with collapsible rows?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
如果您想坚持使用“纯”GWT,请查看 TreeTable ( demo)来自 GWT 孵化器项目 - 它似乎正是您正在寻找的东西。
If you want to stick with "pure" GWT, check out the TreeTable (demo) from the GWT Incubator project - it seems exactly what you are looking for.
我相信 SmartGWT 是开源的。
它包含一个 GridList 小部件,它支持可折叠行。请参阅此处的展示。这当然不是您所要求的表格,但它非常接近:)
I believe SmartGWT is open source.
It contains a GridList widget, which supports collapsible rows. See the showcase here. This is of course not a table, as you asked for, but it comes quite close :)