Bootstrap tables with dash_table_experiments?

Is there a simple way to use Bootstrap table stylings with dt.DataTable? Previously, I was using the straightforward example from the docs for converting a Pandas dataframe to a raw html table and layering stylings on top of that, and I would like to switch to the more interactive DataTables but would like to preserve stylings in the most direct way.