Fixed #4757 - DataTable: editingRows watcher implementation defect

This commit is contained in:
tugcekucukoglu 2023-11-06 10:28:02 +03:00
parent dcba17639c
commit 35834ecb64

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);