GWT - 树表?
我正在寻找一种将 GWT FlexTable 或 CellTable 扩展为“TreeTable”的方法。我想要一个具有可扩展行的表,并且希望能够在需要时从服务器获取数据。所以我不想从一开始就填充整个表(所有级别)。
开始时最好使用 FlexTable 还是 CellTable?或者网络上有任何示例/插件吗?
感谢所有的想法和提示!
I'm looking for a way to extend GWT FlexTable or CellTable to a "TreeTable". I want a table with expandable rows, and I want to be able to get the data from the sever when it's needed. So I don't want to populate the whole table (all levels) from the start.
Is it best to use a FlexTable or a CellTable to start with? Or are there any examples/plugins on the web for this?
All ideas and tips are appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一个
TreeTable 小部件
在 Google Web Toolkit 孵化器。这是演示I found a
TreeTable widget
at Google Web Toolkit Incubator . Here is the demo