1     var sm = new Ext.grid.CheckboxSelectionModel({    
2        renderer:function(v,c,r){  
3              if(r.get("isEdit")=="可以编辑"){  
4                  return "<div class=\"x-grid3-row-checker\">&#160;</div>";  
5              }else{  
6                  return "";  
7              } 
8          }
9    });

相关文章:

  • 2022-01-22
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2021-10-12
相关资源
相似解决方案