Hello sparrowfizow57
Sorry didnt understand your query as what you would like to have a workaround? cuz when u update - the changes are the same on the page as you have selected. So what and why you want to refresh the same?
But still -for your requirement - there is a way around:
$crud->set_lang_string('update_success_message',
'Your data has been successfully stored into the database.<br/>Please wait while you are refresh the page.
<script type="text/javascript">
location.reload();
</script>
<div style="display:none">
'
);
That should reload the page and take you back to the same location again.