I have a scenario where I have a table in a page and in that table I have 2 columns - id (hyperlink) and status (label). On clicking the link, another tab opens with details. In this tab, I change the status (dropdown) and update it in database. On clicking update, I need to close the tab and return to the table view and update the status (label) there (probably refresh).
Could someone help me with the solution approach please.