dash.themes.BOOTSTRAP prevents DataTable styling

I have a dash_table.DataTable with styling applied inside, it displays with the styling applied with just external_stylesheet=[‘https://codepen.io/chriddyp/pen/bWLwgP.css’] however I want to have bootstrap components however, when I change it to external_stylesheet=[dbc.themes.BOOTSTRAP] the bootstrap styling works when use dbc but causes the DataTable styling to not work.

Any ideas?

It seems the two css files have conflicting styles. You will need to you one or the other, or spend time picking the styles out of each that you like.

Hi @ellwoodj,
if your styling problem has something to do with layout (dbc.Row, dbc.Col), this might be helpful: https://github.com/facultyai/dash-bootstrap-components/issues/336