This is more of a bootstrap question but I feel like this group would have the best suggestions and benefit from a solution.
I currently use tabs to divide content into groups for easy data entry. When save is click the page will always refresh to the first tab.
I am looking for a way to remain on the current tab after a save so form entry can continue.
There are solutions posted in various other places but none of them seem to work with appgini. Any advice would be appreciated.
Save active tab
Re: Save active tab
Hi,
you could set either a SESSION variable if you just want to keep the tab for that session, or you could use the localStorage to store the activ tab and retrieve it once you come back to that page.
you could set either a SESSION variable if you just want to keep the tab for that session, or you could use the localStorage to store the activ tab and retrieve it once you come back to that page.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.