我想将单词“of”的字符串更改为另一个单词,我尝试这样做,node_modules但没有成功。
这是我的代码:
<TableFooter>
<TableRow>
<TablePagination
rowsPerPageOptions={[5, 10, 25, { label: "All", value: -1 }]}
count={props.generalIndicatorDataItem.length}
rowsPerPage={rowsPerPage}
page={page}
labelRowsPerPage="عدد السلع فى الصفحة"
onChangePage={handleChangePage}
onChangeRowsPerPage={handleChangeRowsPerPage}
ActionsComponent={TablePaginationActions}
/>
</TableRow>
</TableFooter>
这是我所拥有的截图:
