Replies: 2 comments 3 replies
-
Material React Table will 100% respect your Material UI theme that you would have defined in your app root. Though if you have not defined your mui theme yet, it will be pretty easy to set up and connect to any values from other themes. Take a look at the official MRT docs for theming, and customizing any of the underlying components to use whatever CSS, colors, etc. that you want. Also, there isn't an Again, just really recommend reading that entire docs page above, and I think you'll find that you should be able to customize everything how you need to. Happy to clarify anything else relating to this |
Beta Was this translation helpful? Give feedback.
-
I'm new to MUI theming, but is there a way to access the table state within the theme. I am trying to override the padding of different density options individually. (i.e. when it's |
Beta Was this translation helpful? Give feedback.
-
Hey all,
Loving the library so far but unfortunately we won't be able to use it on our dashboard unless we are able to change the theming to match our existing site. Is there any documentation on how to do this (if its supported?) I noticed that the
MaterialReactTable
component is unable to takesx
, for example. Before I attempt a more hacky way to solve this issue, just wondering if there is a preferred way to handle this atm.Beta Was this translation helpful? Give feedback.
All reactions