Fix inline editing affecting other record values in rare cases

This commit is contained in:
Jože Fortun
2023-04-07 16:15:04 +02:00
parent 2e5f90a309
commit dd17ba036d
@@ -839,7 +839,7 @@ export default {
},
showFooter () {
return !this.options.hidePaging
return this.showPageNavigation || this.options.showTotalCount
},
getPagination () {
@@ -1684,6 +1684,7 @@ export default {
this.refresh(true)
this.inlineEdit.fields = []
this.inlineEdit.recordIDs = []
this.inlineEdit.record = {}
},
isFieldEditable (field) {