舉例如下:
function dgMaster_總計含稅_formatter(value, row, index)
{
if (value && value > 50000 ){
return '<span style="color:red">' + $.getFormatValue.call(this, value, row, $(this)[0].format) + '</value>';
}
else {
return $.getFormatValue.call(this, value, row, $(this)[0].format);
}
}