andlio

Untitled

May 14th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. columns:[
  2.     {
  3.         label:"MoC", field:'_item', width: "10px", formatter:function(item, row){
  4.             if(null==item) return null;
  5.             return item.moc.name;
  6.         }
  7.     }
  8. ]
Advertisement
Add Comment
Please, Sign In to add comment