如何增加jqgrid中footerrow的高度 [英] How to increase the height of footerrow in jqgrid

查看:614
本文介绍了如何增加jqgrid中footerrow的高度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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



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



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

  footerrow: 
userDataOnFooter:true

请帮助我。
提前感谢。

解决方案

尝试使用

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

I am displaying the Summary on footer row of jqgrid..Now as per my need i have to increase the height of footer row by changing the css but i have no idea how to get it..i am populating the footerrow by userdata fom server side code..

I want to overwrite the css for footer on my page because for specific pages only i need to change the footer height ..

Here is my jqgrid footer row enabled code..

            footerrow: true,
            userDataOnFooter: true

Please help me . Thanks in advance..

解决方案

Try to use CSS like

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

这篇关于如何增加jqgrid中footerrow的高度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆