摘要: Ext.getCmp('gridId').columns[1].renderer =function (value, metaData, record, rowIndex, colIndex, store) { return "newValue"; }; 阅读全文