Dash DataTable Mantine Theme Styling Question

Hey everyone! I’ve been loving using dash mantine components lately but I need to use a more powerful table than the html one bundled in it, so I was hoping to use dash_table.DataTable, but the issue is that it doesn’t automatically inherit the dark theming that I’ve grown so accustomed to. Any chance that anyone knows how to handle switching theming for dark / light mode on dash_table? Thanks!

Hello @dash-beginner,

Check out the post here, you can create a custom class that can be used for both light and dark mode.

This should get you in the ballpark.