I’m using the multipage functionality and have a couple of pages showing in the sidebar navigation. Is there a way to switch to a page from an event on another page. For example, a user selects an item in a list on one page, then can push a button to view that item in detail - which would be laid out on one of the other pages.
Just wanted to update that with release 1.30.0 you can now natively program page switching using st.switch_page() as well as disable the sidebar navigation.
More info in the docs . Looking forward to hearing what you think!