Skip to content

After updating a record I want to reload the current page. #10

Answered by liedekef
SnrDidcot asked this question in Q&A
Discussion options

You must be logged in to vote

The row automatically gets updated/refreshed. When needing "more" data updated in the row than the data you updated manually, return the complete row via JSON after the update action, see https://github.com/liedekef/jtable/wiki/api_actions#updateaction
==> you always need to return "OK" (or ERROR, if the update failed) and optionally (parts of) the updated record itself.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@SnrDidcot
Comment options

Answer selected by liedekef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants