dark theme is a common case in our days.
please if you can add option to dark theme table..
+1
We use material-ui library in material-table if you use its ThemeProvider component material-table will apply the same theme.
I can confirm that the table takes on the application's dark theme

Hello @mbrn, I'm not using material ui but material-table. How can I activate dark mode for the table? Do I have to write custom styling?
@mstfymrtc check this link :
https://material-ui.com/customization/palette/#dark-mode
Most helpful comment
Hello @mbrn, I'm not using material ui but material-table. How can I activate dark mode for the table? Do I have to write custom styling?