mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42: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: {
|
||||
deep: true,
|
||||
immediate: true,
|
||||
handler(newValue) {
|
||||
if (this.dataKey) {
|
||||
this.updateEditingRowKeys(newValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue