this.subscribe('cellClickEvent',function(e, obj) { var target = e.target, column = this.getColumn(target), record = this.getRecord(target), data = record.getData(), recordIndex = this.getRecordIndex(record); //manipulate data here this.updateRow( recordIndex, data);
No comments:
Post a Comment