I’d like to request a feature to add anchor tag support for anchor tags as a Column Configuration for rendering a dataframe, which would allow jumping to other parts of the same webpage very quickly.
Currently, streamlit can do quite a lot to deal with URLs, but only if they are external links. I can get similar capability in st.table, however I lose out on the nice styling and other capabilities of an st.dataframe, such as applying other column configurations.
I’m wondering if this could be achieved either by modifying LinkColumn to allow for anchor tags as an input argument, or a new Column Configuration type that works with markdown.