You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. There's an article on docs site how to customize Search Text Field https://www.material-react-table.com/docs/guides/global-filtering#customize-the-search-text-field
I'm trying this code:
muiSearchTextFieldProps: { placeholder: 'Search all users', sx: { minWidth: '300px', color: white }, variant: 'outlined', },
But it didn't working: minWidth and color didn't applying to search input.
Is it bugged or I'm doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions