Adding a custom class to mantineTableHeadRowProps is not working #352
Unanswered
williamneves
asked this question in
Q&A
Replies: 1 comment
-
This works in the latest alpha, what is the content of your CSS? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
mantine-react-table version
v2.0.0@alpha-10
react & react-dom versions
v^18.2.0
Describe the bug and the steps to reproduce it
I'm trying to modify the backgroundColor from the header, but inserting a new custom class to ``mantineTableHeadRowProps` on tableProps is not working:
this is not working, the class is not added to the component.
Minimal, Reproducible Example - (Optional, but Recommended)
Beta Was this translation helpful? Give feedback.
All reactions