Hello there! I have seen a few similar questions in the forum but this one is a little bit different.
I am displaying a dataframe using streamlit and I would like the add the possibility of somehow clicking on a given row of the datafrane (irrespective of the column).
When the use does so, a whole new dataframe is shown. In a sense, clicking on a row triggers the creation of a (row-dependent) new dataframe.
Is this possible in streamlit?
Thanks!