How do I create a link that will navigate the user to a table or a dataframe. I have a dataframe at the end of the page but want to give an option to the user to jump directly there when they are on the top of the app/page.
You could try to use parts of my table of content widgets Iāve shared awhile ago. The idea is to use st.markdown with the allow_unsafe_html argument to manually craft anchors in the page.
That said, it seems there is an official implementation being worked out: