easyui datagrid格式化列后行号无法对齐问题

来源:互联网 发布:手机qq2016 java通用版 编辑:程序博客网 时间:2024/06/11 07:25
$(function(){
$('#grid_trade_order_index').datagrid({
toolbar: "#tool_trade_order_index",
onLoadError: function(data){
showErrorMsg(data);
},
onLoadSuccess:function(data){    
   $("a[name='getDetail']").linkbutton({text:'查看详情',plain:true,iconCls:'icon-search'});
   //$("a[name='receipt']").linkbutton({text:'确认收货',plain:true,iconCls:'icon-ok'});
   $('#grid_trade_order_index').datagrid('fixRowHeight'); //格式化后行号对齐
}
});

});








原创粉丝点击