1.国际化显示中文
<script type="text/javascript" src="/scripts/jquery-easyui-1.3.2/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="/scripts/jquery-easyui-1.3.2/jquery.easyui.min.js"></script>
<script type="text/javascript" src="/scripts/jquery-easyui-1.3.2/locale/easyui-lang-zh_CN.js"></script>
/scripts/jquery-easyui-1.3.2/locale/easyui-lang-zh_CN.js要在后面引入。
2.DataGrid修改表格样式,通过rowStyler改变行高
rowStyler:function(index,row){
return 'height:2.8em;';
}