mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #4757 - DataTable: editingRows watcher implementation defect
This commit is contained in:
parent
dcba17639c
commit
35834ecb64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue