I’m facing an issue with pagination on my page, where I use pagination to display different tabs. On each of these tabs, I have some reusable elements. These reusable elements, for instance, have an “Add” or an “Edit” function for records displayed in a repeating group. Both insertion and editing open a popup.
My challenge is that when I submit new information or edit something and update the page, I get redirected out of the tab I’m on and thrown back to the first tab. How can I update the table in the reusable element after an edit without being moved elsewhere?