"rowCallback": function (row, data) { if (xxx) { //给行添加背景色 $(row).css("background", "red"); //给行内的字添加颜色 $(row).css("color", "red"); } },