想要在struts2 jquery grid中添加一个子网格
我有两个网格部门和学生。现在我想展示部门 网格始终以及每当选择该部门网格的任何行时 学生网格将在部门网格的底部打开,其中包含所有 该部门的学生数据。你能帮我解决这个问题吗?我是 使用 struts2 和 jQuery。
提前致谢。
I have two grids department and student. Now I want to show department
grid always and whenever any row of that department grid is selected
student grid will open at the bottom of the department grid with all
the student data of that department. Can you help me on this. I am
using struts2 and jQuery.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您看过 Grid Showcase 来自 Struts2 jQuery 插件?
也许这是构建子网格的良好开端。
have you seen the Grid Showcase from Struts2 jQuery Plugin?
Maybe this is a good start to build your subgrid.