jQuery EasyUI 数据网格 - 条件设置行背景颜色

$('#tt').datagrid({
		rowStyler:function(index,row){
			if (row.listprice>50){
				return 'color:blue;font-weight:bold;';
			}
		}
	});

 

posted @ 2017-08-28 21:46  Mr_伍先生  阅读(603)  评论(0编辑  收藏  举报