带有 FooterRow 的子网格
是否可以将页脚设置为 jqGrid 子网格。我有一个包含许多行的主网格,每行都有一个子网格。 或者我必须使用主详细信息方式来执行此操作,例如此处(“高级”-> “Master Detail”)
网格应该看起来像这样:
| Col1 | Col2 | Col3 _______|__________|___________|___________________________ - | value1 | value 2 | 10 |__________|___________|___________________________ | Subgrid col1 | Subgrid col2 | Subcol3 |__________________|__________________|___________ | subgridvalue1 | subgridvalue2 | 15 |__________________|__________________|___________ |another subridval1|another subridval2| 5 |__________________|__________________|___________ | | Totals: | 20 _______|__________________|__________________|___________ + |oter value|oter value2| 12 _______|__________|___________|___________________________ footer:| | Totals: | 22
我希望你能明白我的意思。
Is it possible to set to a jqGrid subgrid a footerrow. I have a mainGrid that contains many rows and every row have a subgrid.
Or must I use the Master-Details way to do this like here ("Advanced" -> "Master Detail")
The Grid should looks like this:
| Col1 | Col2 | Col3 _______|__________|___________|___________________________ - | value1 | value 2 | 10 |__________|___________|___________________________ | Subgrid col1 | Subgrid col2 | Subcol3 |__________________|__________________|___________ | subgridvalue1 | subgridvalue2 | 15 |__________________|__________________|___________ |another subridval1|another subridval2| 5 |__________________|__________________|___________ | | Totals: | 20 _______|__________________|__________________|___________ + |oter value|oter value2| 12 _______|__________|___________|___________________________ footer:| | Totals: | 22
I hope you can understand what I mean.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 子网格作为网格,您将能够子网格中的任何元素包含
footerrow
选项。If you would use Subgrid as Grid you will be able to have any elements in the subgrids inclusive
footerrow
option.