jqgrid

var jsonObj = parentPageParam.json ;

$("#jsonDiffFileList").jqGrid({
datatype: 'local',

rowNum:jsonObj.length,

});

 

$("#jsonDiffFileList")[0].addJSONData({ total:1, page: 1, records: jsonObj.length ,rows: jsonObj});

 

你可能感兴趣的:(jqgrid)