i have a some drop a drop down column who stopped dropping down the select menu when clicking in the cells after added bootstrap styling to my dash application , in other words my dropdown columns would work and be like this
if i’m initiing the application with bootstrap (app = dash.Dash(__name__app = dash.Dash(name, external_stylesheets=[dbc.themes.BOOTSTRAP])))
and it would work like this
if i’m initiating the dash appliation witout bootstrap (app = dash.Dash(name))
Is there a way to make the dropdown in the datatable work while using dbc ?
what i meant is that when i initiate app like you mentionned to use bootstrap the dropdown in the datatable don’t work and dont show the list of options
, so the drop down works only when i’m initiating the app like this