介绍
isEnabled(grid,model,rowIndex,colIndex) Action列渲染后触发
参数说明
参数名 | 类型 | 说明 |
---|---|---|
grid | Ext.grid.Panel | 当前列表对象 |
model | Ext.data.Model | 当前行的数据对象 |
rowIndex | Number | 行的索引 |
colIndex | Number | 列的索引 |
返回数据说明
Boolean 如果返回false,按钮不可用,反之则可用
示例
var ALWD_ALSL = JE.toNum(model.get('ALWD_ALSL'));
if(ALWD_ALSL > 1){
return false;
}else{
return true;
}
最后编辑: 庞峰 文档更新时间: 2024-08-21 10:58 作者:庞峰