How to solve pager display in the in JQgrid

流过昼夜 提交于 2019-12-23 02:53:35

问题


the pager show the add, edit button and all but the no of rows per page option only not show properly. how to solve this.

here i mark it problem. I set full of width and i set default , but i am not get the full view of pager view, so any help me to come out this problem.

Updated After add the CSS code i got the jqgrid like this


回答1:


Try to add the following CSS rules

.ui-jqgrid table { border-collapse: separate; }
.ui-jqgrid .ui-pg-input, .ui-jqgrid .ui-pg-selbox { width: auto }

I would recommend you to add height: "auto" option.



来源:https://stackoverflow.com/questions/21605082/how-to-solve-pager-display-in-the-in-jqgrid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!