Gwt-Ext ColumnTree 内的 Gwt-Ext 网格
我需要将 Gwt-Ext 网格显示为 Gwt-Ext ColumnTree 的节点。
这个想法是,如果用户展开一个项目,他们会看到一个带有标题的网格,标题下有项目。
有任何想法吗?
I need to display a Gwt-Ext grid as a a node of a Gwt-Ext ColumnTree.
The idea is that if the user expand an item they would see a grid with headers with items under the headers.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该树允许您使用显示模板,在网站的示例中,它为国家/地区列表添加图像,我想说您能做的最好的事情就是在其侧面放置一个包含网格的面板,然后向树添加一个侦听器,以便网格在单击时重新加载
The tree allows you to use a template for the display, in the example in the site it s adding an image for the countries list, I d say the best you can do is put a panel that contains a grid on the side of it and add a listener to the tree so the grid reloads on click