标签: reactjs material-ui
是否可以在Material UI TablePagination组件中更改字符串"Rows per page"?我什么都找不到...我只想将其翻译成葡萄牙语以显示在我的网站中。
答案 0 :(得分:0)
您可以将labelRowsPerPage={"Your text"}属性传递给TablePagination。
labelRowsPerPage={"Your text"}
TablePagination