if(matchStatus.getValue()=="weipp"){ colMode=this.getColumnModel(); var handColIndx=colMode.findColumnIndex("match"); colMode.setHidden(handColIndx,false); }else{ var colMode=this.getColumnModel(); var handColIndx=colMode.findColumnIndex("match"); colMode.setHidden(handColIndx,true); }
listeners :{ afterrender :function(){var thisGrid =this;var colMode = thisGrid.getColumnModel();var handColIndex = colMode.findColumnIndex(‘satisfactionName‘);if(thisGrid.petitionTypeCode==3){ colMode.setHidden(handColIndex,false);}else{ colMode.setHidden(handColIndex,true);}}},
原文:http://www.cnblogs.com/babyhhcsy/p/3865655.html