11 2012 档案
[转]扩展jQuery easyui datagrid增加动态改变列编辑的类型
摘要:$.extend($.fn.datagrid.methods,{addEditor:function(jq,param){if(paraminstanceofArray){$.each(param,function(index,item){vare=$(jq).datagrid('getColumnOption',item.field);e.editor=item.editor;});}else{vare=$(jq).datagrid('getColumnOption',param.field);e.editor=param.editor;}},removeEd 阅读全文
posted @ 2012-11-12 17:18 懒蜜蜂 阅读(3210) 评论(0) 推荐(0)