| @@ -114,17 +114,12 @@ export function FiDataGrid({ rows, columns, sx, autoHeight, | |||||
| labelDisplayedRows={({ from, to, count }) => | labelDisplayedRows={({ from, to, count }) => | ||||
| `${from}-${to} ${intl.formatMessage({ id: "of" })} ${count}` | `${from}-${to} ${intl.formatMessage({ id: "of" })} ${count}` | ||||
| } | } | ||||
| labelRowsPerPage={<FormattedMessage id="rowsPerPage" />} | |||||
| labelRowsPerPage={intl.formatMessage({ id: "rowsPerPage" }) + ":"} | |||||
| onPageChange={handleChangePage} | onPageChange={handleChangePage} | ||||
| onRowsPerPageChange={handleChangePageSize} | onRowsPerPageChange={handleChangePageSize} | ||||
| /> | /> | ||||
| ), | ), | ||||
| }} | }} | ||||
| componentsProps={{ | |||||
| pagination: { | |||||
| labelRowsPerPage: intl.formatMessage({ id: "rowsPerPage" }) + ":", | |||||
| }, | |||||
| }} | |||||
| /> | /> | ||||
| </div> | </div> | ||||
| ); | ); | ||||