单元格背景色
我想通过行列索引设置单元格背景色,好像不行
if (e.row ==1 && (col.binding == 'salesDiff' || col.binding == 'expensesDiff')) {
e.cell.style.backgroundColor = "rgb(244, 121, 131)";
}
问题已经收到,明天早上验证后给您回复 可以尝试getCellElement获取cell的html元素,
https://demo.grapecity.com.cn/wijmo/api/classes/wijmo_grid.gridpanel.html#getcellelement
或者直接绑定Class:
https://demo.grapecity.com.cn/wijmo/api/index.html#toggleclass
页:
[1]