摘要: 如果要实现上图的grid,使用原始的jqgrid,代码如下: 1 function initGrid(){ 2 $("#gridId").jqGrid({ 3 datatype: "json", 4 mtype:'POST', ... 阅读全文
posted @ 2015-03-10 16:25 blackbeauty1024 阅读(2443) 评论(0) 推荐(0)