当我没有退行时,我们的jqGrid pager说NaN
Page 1。
JSON返回:
{"page":"1","records":"0","total":"1"}
为什么列入<条码>。
<>Update: 我们只有使用<代码>载荷:true时才会有这个问题。
来源代码:
$("#list").jqGrid({
url: NoData.json ,
datatype: json ,
mtype: GET ,
colNames:[ Product , Type ],
colModel :[
{name: product , index: product , width:80},
{name: type , index: type , width:55, align: right },
],
pager: #pager ,
rowNum:20,
viewrecords: true ,
caption: Positions ,
height: 460 ,
loadonce:true,
hidegrid: false
});
<>Update 2 看来有什么工作是下文的JSON,即这一权利吗?
{"page":0,"records":0,"total":0,"rows":[]}