标签:style blog http color io re c cti
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);
}
}
},
标签:style blog http color io re c cti
原文地址:http://www.cnblogs.com/babyhhcsy/p/3865655.html