colModel: [
{
name: '列名稱',
index: '列名稱',
width: 65,
sortable: true,
resizable: false,
cellattr: addCellAttr
}]
function addCellAttr(rowId, val, rawObject, cm, rdata) {
if (條件) {
return "style='color:red'";
}
}
