标签:getc field http als div code type hidden index
{ field:"city", //字段名,从后台传来的要一致 title:"城市",//列的标题文字。 width:100,//列的宽度 formatter:function(value,rdata,rowindex){ var name; $.ajax({ type:"post", url:"servlet1/userServlet1?method=getCityName", data:{id:value}, async:false,
align:"center"//文字居中
sortable:允许自定义排序,必须关闭本地排序即remoteSort:true,
resizable:单元格可以调整大小,
hidden:密码列一般设置隐藏,
checkbox:true,就是有checkbox,复选框//注意要关闭单选singleSelect false,不然不能全选和反选
styler:定义单元格样式
sorter:自定义字段的排序函数
success:function(data){ name=data.name; } }) return name; } } ]],
标签:getc field http als div code type hidden index
原文地址:https://www.cnblogs.com/fpcbk/p/9865624.html