jQuery MiniUI
标题:
关于datagrid中为指定行中的某一列加红色标识
[打印本页]
作者:
德鲁大叔
时间:
2019-10-21 15:04:04
标题:
关于datagrid中为指定行中的某一列加红色标识
请问版主,为指定行的某一列怎么加标识,现在不知道怎样确定唯一行
作者:
felt
时间:
2019-10-21 16:17:06
grid.on("drawcell",function(e){
if(e.field=="salary"){
if(e.record.id==1&&e.value>4000){
e.cellStyle="background:red;"
}
}
})
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2