I'm having some timing issues and was wondering if there is a way for saveChanges
to have a callback when it's save is complete?
you add code below:
.Events(e => e.RequestEnd("RequestEnd"))
and create javascript function
function RequestEnd(e) {
if (e.type == "update") {
// your code here
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With