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
I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
Still cannot apply styling to the dropdown menu in TablePagination, even with a handle to 'SelectProps' there is no way to set the styling on the rendered MenuItem elements. Can you give me a prop on the MenuItem within the map function that renders the options inside of the Select element?
Current Behavior
Input and select classes just style the container div, but nothing allows you to style the actual menu itself, which appears in a modal. 'SelectProps' does not actually give you a handle to update the style here.
Steps to Reproduce (for bugs)
Apply styling via 'classes' overrides option in the TablePagination component API. Or try to apply styling via 'classes' override in 'SelectProps'. It does not work.
Context
Trying to style the pagination menu popup.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Still cannot apply styling to the dropdown menu in TablePagination, even with a handle to 'SelectProps' there is no way to set the styling on the rendered MenuItem elements. Can you give me a prop on the MenuItem within the map function that renders the options inside of the Select element?
Current Behavior
Input and select classes just style the container div, but nothing allows you to style the actual menu itself, which appears in a modal. 'SelectProps' does not actually give you a handle to update the style here.
Steps to Reproduce (for bugs)
Apply styling via 'classes' overrides option in the TablePagination component API. Or try to apply styling via 'classes' override in 'SelectProps'. It does not work.
Context
Trying to style the pagination menu popup.
The text was updated successfully, but these errors were encountered: