grid列的值格式化

 1 //列格式化
 2 waf.defineCustomeClass("cellformatter.ratioFomatter", cellformatter.defaultFormatter, {
 3 format: function(cellval, rwd){
 4 //alert(rwd['signPayListEntry.appAmount']);
 5 if (rwd['name']) {
 6     return name 7 }
 8 else {
 9     return null;
10 }
11 }
12 });​

 

posted @ 2016-10-27 21:35  suruozhong  阅读(503)  评论(0编辑  收藏  举报