I’d like to know if there’s any way to programmatically reload an opened tab. The use case is as below:
- My Details is opened via side menuc
- My Details contain summary of current user’s info pulled from DB (not Cuba’s browse table UI)
- User click edit and the edit page is opened. Upon editing and saving, data gets updated to DB.
- The edit page closes and return to My Details. Here I would need a reload of My Details to reflect what was updated in step 3 in the summary.
What would be the best way to handle this? Thanks.