Dropdown in tables with bootstrap stylesheets

Hi,

I noticed that the dropdown in tables does not work if I use bootstrap css

external_stylesheets = [
    dict(
        rel="stylesheet",
        href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css",
        integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T",
        crossorigin="anonymous",
    ),
]

app = dash.Dash(__name__, external_stylesheets=external_stylesheets)

Is there an easy way to fix it? Adding https://codepen.io/chriddyp/pen/bWLwgP.css as stylesheet messes my app up.

1 Like

see https://community.plotly.com/t/resolved-dropdown-options-in-datatable-not-showing/20366/6?u=sislvacl