Fixed #4757 - DataTable: editingRows watcher implementation defect
parent
dcba17639c
commit
35834ecb64
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue