jqgrid行编辑复选框

{name:"isrequire", index:"isrequire", hidden:true},
{name:"isrequirename",index:"isrequirename",refindex:"isrequire",align:"center",width:80,formatter:function(cellValue, options, rowObject){
    	var grid_selector=options.gid;
    	var index=options.colModel.refindex;
    	return '<input type="checkbox" id="'+options.rowId+'_'+index+' " name="'+index+'" '+ (rowObject[index]==1 ? "checked" : "") +' role="checkbox" οnclick="bkccustom.checkboxOnclick(this,\''+grid_selector+'\',\''+options.rowId+'\',\''+index+'\');"  class="editable">';
    }}
//第一行为值,第二行为显示用,refinddex相对应值的index
发布了29 篇原创文章 · 获赞 0 · 访问量 1285

猜你喜欢

转载自blog.csdn.net/qq_33871182/article/details/103288945
今日推荐