colModel: [
{
name: '列名称',
index: '列名称',
width: 65,
sortable: true,
resizable: false,
cellattr: addCellAttr
}]
function addCellAttr(rowId, val, rawObject, cm, rdata) {
if (条件) {
return "style='color:red'";
}
}
jqGrid--设置单元格字体颜色
程序员文章站
2022-07-13 15:22:40
...
上一篇: echarts 颜色
下一篇: poi获取Excel合并单元格的值