-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DUOS-2558] Open and controlled facet #2321
Conversation
f3f81e7
to
97ca32f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I had a similar issue with my MUI table where I had trouble changing the font style/color for certain parts of the table. I ended up using ThemeProvider from MUI styles to help fix that styling issue. That could be worth looking into. Specifically, I used styleOverrides: https://mui.com/material-ui/customization/theme-components/#theme-style-overrides. From the website: 'The theme's styleOverrides key makes it possible to potentially change every single style injected by Material UI into the DOM.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still 👍🏽
Addresses
https://broadworkbench.atlassian.net/browse/DUOS-2558
Summary
Adds the open and controlled facet to the data table
Have you read Terra's Contributing Guide lately? If not, do that first.