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: {
deep: true,
immediate: true,
handler(newValue) {
if (this.dataKey) {
this.updateEditingRowKeys(newValue);