jqgrid联查和显示数据转换

联查

jQuery("#gridid").jqGrid({  

       ...

colModel:[ 

{name:'name',label:'Name', width:150,editable: true},  {name:'id',width:50, sorttype:"int", editable: true,formatter:strongFmatter},  {name:'email',label:'Email', width:150,editable: true,formatter:'email'},  {name:'stock',label:'Stock', width:60, align:"center", editable: true,formatter:'checkbox',edittype:"checkbox"},  {name:'item.price',label:'Price', width:100, align:"right", editable: true,formatter:'currency'},  {name:'item.weight',label:'Weight',width:60, align:"right", editable: true,formatter:'number'},  {name:'ship',label:'Ship Via',width:90, editable: true,formatter:'select', edittype:"select",editoptions: value:"2:FedEx;1:InTime;3:TNT;4:ARK;5:ARAMEX"}},        {name:'note',label:'Notes', width:100, sortable:false,editable: true,edittype:"textarea", editoptions:rows:"2",cols:"20"}}       ], 

    ... 

});

对应的json值  红色部分对应

{  "page":"1",  

 "total":2,

"records":"13",

"rows":[   

{"id":"12345","name":"Desktop Computers","email":"josh@josh.com","item":{"price":"1000.72", "weight": "1.22" }, "note": "note", "stock": "0","ship": "1"},   

{"id":"23456","name":"<var>laptop</var>","note":"Long text ","stock":"yes","item":{"price":"56.72", "weight":"1.22"},"ship": "2"},  

{"id":"34567","name":"LCD Monitor","note":"note3","stock":"true","item":{"price":"99999.72", "weight":"1.22"},"ship":"3"},  

{"id":"45678","name":"Speakers","note":"note","stock":"false","ship":"4"}  

  ]  


显示转意

    jQuery("#grid_id").jqGrid({   

       ...   

colModel: [ ... {name:'是否空闲', ..., editoptions:{value:"0:否;1:是"}, edittype:'select', formatter:'select', editable:true }, ... ]   

 ...  

});





转载于:https://my.oschina.net/u/1778309/blog/345928

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值