Conditional formatting for dbc.Table.from_dataframe()?

Hey! Out of curiosity Is there a way to do conditional formatting for dbc.Table.from_dataframe()?

I can image a way if I did it through pattern matching and explicitly making a thead, tbody and tr, However with from_dataframe I don’t think there’s a way as far as I know.

I just like the look of bootstrap table and its, zebra stripes and hover functionality for not much code than dcc data table.

2 Likes