Replies: 1 comment 1 reply
-
|
MRT already respects the MUI theme. You can style any of the components with your MUI theme already. Here's an example Otherwise, I'm not quite sure what you mean by |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
it would be nice if we can define defaults for the props (and therefore also for the style) in the theme file itself.
Currently I import all TableDefaults myself and spread them {...TableDefaults} into every table.
Mui has the ability to define "defaultProps: { }" for every component which is then used by the theme.
Beta Was this translation helpful? Give feedback.
All reactions