Answers for "material ui change rows per page text"

0

material ui change rows per page text

Correct answer you should find in documentation. For the property rowsPerPageOptions one says:

Customizes the options of the rows per page select field. If less than two options are available, no select field will be displayed.

So you have to specify rowsPerPageOptions={[]}, that's all folks.
Posted by: Guest on February-03-2022

Code answers related to "material ui change rows per page text"

Browse Popular Code Answers by Language