如何在jqgrid中增加footerrow的高度

时间:2013-11-09 08:02:59

标签: jquery html css jqgrid

我在jqgrid的页脚行显示摘要。现在根据我的需要,我必须通过改变css来增加页脚行的高度,但我不知道如何得到它..我正在填充footerrow userdata fom服务器端代码..

我想在我的页面上覆盖页脚的css,因为对于特定页面我只需要更改页脚高度。

这是我的jqgrid页脚行启用代码..

            footerrow: true,
            userDataOnFooter: true

请帮帮我。 提前谢谢..

1 个答案:

答案 0 :(得分:0)

尝试使用CSS

.ui-jqgrid .ui-jqgrid-sdiv .footrow { height: 55px }