$('#tt').datagrid({ rowStyler:function(index,row){ if (row.listprice>50){ return 'color:blue;font-weight:bold;'; } } });
本文共 120 字,大约阅读时间需要 1 分钟。
$('#tt').datagrid({ rowStyler:function(index,row){ if (row.listprice>50){ return 'color:blue;font-weight:bold;'; } } });
转载地址:http://bznsa.baihongyu.com/