renderer : function(value, meta) { if(parseInt(value) > 0) { meta.style = ""; } else { meta.style = ""; } return value; }