jquery grid

var grid = new easyui.datagrid({

title:"商品列表",
renderer:"gridlist",
singleSelect:false,
idField:'SELLER_ID',
columns:[[
{field:'ck',checkbox:true},
{title:'卖家ID',field:'SELLER_ID',width:140,align:'center',hidden:'true'},
{title:'昵称',field:'NICK',width:180,align:'center'},
{title:'名称',field:'SELLER_NAME',width:260,align:'center'}
]],
toolbar:[{
text:'确定',
iconCls:'icon-save', 
handler:function(){
save();
}
},'-',{
text:'取消',
iconCls:'icon-remove',
handler:function(){
WindowClose("selectGiftNickList");
}
}]
});

posted @ 2022-04-08 18:02  oceanyang  阅读(101)  评论(0编辑  收藏  举报