Fixed editable rerender bug when saving data
@@ -121,7 +121,7 @@
$this.data('value', submitValue)
row[column.field] = submitValue
this.trigger('editable-save', column.field, row, oldValue, $this)
- this.resetFooter()
+ this.initBody()
})
$field.off('shown').on('shown', ({currentTarget}, editable) => {