pull/1280/head^2
Tuğçe Küçükoğlu 2021-11-15 13:55:29 +03:00
parent 378184ed1c
commit 67a7799558
1 changed files with 0 additions and 3 deletions

View File

@ -131,9 +131,6 @@ export default {
return ObjectUtils.getVNodeProp(this.column, prop); return ObjectUtils.getVNodeProp(this.column, prop);
}, },
resolveFieldData() { resolveFieldData() {
if (!this.column.children.editor && this.editMode === 'row') {
return this.rowData;
}
return ObjectUtils.resolveFieldData(this.rowData, this.field); return ObjectUtils.resolveFieldData(this.rowData, this.field);
}, },
toggleRow(event) { toggleRow(event) {