带有 FooterRow 的子网格

发布于 2024-12-08 14:25:14 字数 997 浏览 0 评论 0原文

是否可以将页脚设置为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

素衣风尘叹 2024-12-15 14:25:14

如果您使用 子网格作为网格,您将能够子网格中的任何元素包含 footerrow 选项。

If you would use Subgrid as Grid you will be able to have any elements in the subgrids inclusive footerrow option.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文