Replies: 1 comment 1 reply
-
You can do this in the Something like this is probably what you are looking for muiTableHeadCellFilterTextFieldProps={{
sx: {
'& .MuiInputAdornment-positionEnd': {
transform: 'scale(0.75)',
//more of your custom CSS here
}
}
}} Learn more in the docs https://www.material-react-table.com/docs/guides/customize-components |
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.
-
It could be nice to be able to scale down the sizes of the filter buttons
Beta Was this translation helpful? Give feedback.
All reactions