I need to create a flow where a user clicks on a table row and a new page opens with some details.
I have reviewed several posts how it is implemented, but still no good clear solution.
Please assist.
Flow:
Page 1 displays a table with rows. User clicks on a row we retrieve ID
Next page opens with some information retrieving it from ID
Yes, If a row is selected, it retrieves the original index of the selected row and uses it to get the corresponding project ID from the st.session_state.event dataframe.
Stores the selected project ID in the st.session_state.selected_id variable.