diff --git a/src/main/resources/static/ajax/libs/bootstrap-table/extensions/editable/bootstrap-editable.js b/src/main/resources/static/ajax/libs/bootstrap-table/extensions/editable/bootstrap-editable.js index 29ed2c78cf2adf5c9efb12d99e2fc0e45e9d491a..adae67b61272d87b5a67ddf2dadf444b2a9ed8fb 100644 --- a/src/main/resources/static/ajax/libs/bootstrap-table/extensions/editable/bootstrap-editable.js +++ b/src/main/resources/static/ajax/libs/bootstrap-table/extensions/editable/bootstrap-editable.js @@ -531,7 +531,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc. Success callback. Called when value successfully sent on server and **response status = 200**. Usefull to work with json response. For example, if your backend response can be {success: true} or `{success: false, msg: "server error"}` you can check it inside this callback. - If it returns **string** - means error occured and string is shown as error message. + If it returns **string** - means error occurred and string is shown as error message. If it returns **object like** `{newValue: <something>}` - it overwrites value, submitted by user (useful when server changes value). Otherwise newValue simply rendered into element.