87,838
社区成员




jsonReader : {
userdata: "userName",
repeatitems : false
},
//获取
var userData=$("#_coursePackageGrid").jqGrid('getGridParam', 'userData');
{
total: "xxx",
page: "yyy",
records: "zzz",
userdata: {totalinvoice:240.00, tax:40.00},
rows : [
{id:"1", cell:["cell11", "cell12", "cell13"]},
{id:"2", cell:["cell21", "cell22", "cell23"]},
//...
]
}