Hi,
I need a way to pass a dynamic key to callable function when a row/cell is selected in st.dataframe. the documentation does not mention about args/kwargs similar to data_editor so does it mean that it just call a function without args/kwargs by default( I am using a dynamic key so that on rerun of page there is not persistent selection.)
Also I need on_select event not on_change event otherwise I would have used the data_editor.
If there is a workaround to this please let me know. thanks in advance.