1、自定义datagrid字体大小
通过formatter改变字体大小,然后在列中使用:
如下:
function formatFontSize(value){ return''+value+''}
2、通过rowStyler定义特殊列
$("tt").datagrid({ title:'datagrid', rowStyler:function(){ return "font-weight:bold;color:red;"; }});
本文共 243 字,大约阅读时间需要 1 分钟。
1、自定义datagrid字体大小
通过formatter改变字体大小,然后在列中使用:
如下:
function formatFontSize(value){ return''+value+''}
2、通过rowStyler定义特殊列
$("tt").datagrid({ title:'datagrid', rowStyler:function(){ return "font-weight:bold;color:red;"; }});
转载地址:http://woidx.baihongyu.com/