When outputting a dataframe via ui.output_data_frame and specifying row_selection_mode, a row in the datatable can be selected. However, when pairing with a sidebar, the user's ability to select a row is lost after collapsing or expanding the sidebar. Ability to select row only returns when app is refreshed
Current Version:
Python: 3.10.13
Shiny: 0.6.0
Steps to recreate (via example below)
Launch app
Select row in datatable. Row is indicated selected
Collapse sidebar. Selected row is not longer selected. User cannot select a new row
When outputting a dataframe via ui.output_data_frame and specifying row_selection_mode, a row in the datatable can be selected. However, when pairing with a sidebar, the user's ability to select a row is lost after collapsing or expanding the sidebar. Ability to select row only returns when app is refreshed
Current Version:
Python: 3.10.13 Shiny: 0.6.0
Steps to recreate (via example below)
Example