Fixed #4757 - DataTable: editingRows watcher implementation defect

pull/4762/head
tugcekucukoglu 2023-11-06 10:28:02 +03:00
parent dcba17639c
commit 35834ecb64
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ export default {
} }
}, },
editingRows: { editingRows: {
deep: true, immediate: true,
handler(newValue) { handler(newValue) {
if (this.dataKey) { if (this.dataKey) {
this.updateEditingRowKeys(newValue); this.updateEditingRowKeys(newValue);