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?