formatter:function (params) { if(params.value==0){ //爲0時不顯示 return '' }else{ return params.value } }