Hello, I have an app containing a simple dataframe displaying characteristics of some smartphones. The goal would be to be able to create an internal link inside the “Modèle de téléphone” column in order to send the user into a new page displaying more characteristics about the specific phone.
I guess we could use st.column_config.LinkColumn() to create a link towards a real web page for the smartphone, but my goal is to stay in the app by basically creating a “new page” for each smartphone.
Is that even possible currently? Here is an image of my displayed dataframe.