描述

定义 jqGrid 的分页参数,详见 http://www.trirand.com/jqgridwiki/doku.php?id=wiki:pager

参数

允许动态属性:

false
名称 必需 默认值 类型 描述
onPagingTopics     String 触发 onPaging 事件时发布的主题。当点击翻页按钮后或修改了页码文本框中的数值按Enter键后,在请求新数据之前触发该事件。本事件只传递一个参数 pgButton,即点击的按钮对应的字符串,可能的值为 first,last,prev,next,如果事件对应的处理方法返回 stop,则停止加载新数据。
pagerpos   center String 首页、上一页、下一页、尾页等翻页相关的元素的摆放位置,可选值:left, center, right
pgbuttons   true Boolean 是否显示翻页按钮,true|false。只有正确设置了翻页条时,该属性才会生效
pginput   true Boolean 是否显示跳转页面的输入框
pgtext   Page {0} of {1} String 显示页码的文本,定义在国际化文件中,如:共 {0} 页,第 {1} 页
recordpos   right String 记录条数信息(当前显示多少条,共多少条)的摆放位置,可选值:left, center, right
recordtext   View {0} - {1} of {2} String 显示记录条数的文本,定义在国际化文件中,如:{0} - {1} 共 {2} 条
rowList     String 可供选择的每页显示的记录条数,显示在一个下拉框中,多个数值之间使用英文逗号分隔,如: 10,20,30,50,100
rowNum   20 Integer 每页显示的记录条数,这个参数是要被传递到后台的
template     String The template (other than default) to use for rendering the element
templateDir     String The template directory.
theme     String The theme (other than default) to use for rendering the element
viewrecords   true Boolean 是否显示总记录数相关的信息,即 recordtext 设置的值

示例代码

example descript...

这里是示例代码块