如下:
renderer : function (value, cellmeta, record, rowIndex, columnIndex, store) {
return record.data["a"]-record.data["b"]-record.data["c"]
}
?
?
日期:2014-05-16 浏览次数:20417 次
如下:
renderer : function (value, cellmeta, record, rowIndex, columnIndex, store) {
return record.data["a"]-record.data["b"]-record.data["c"]
}
?
?