|
|
@@ -113,7 +113,7 @@ export function FiDataGrid({ rows, columns, sx, autoHeight, |
|
|
|
count={_rows.length} |
|
|
|
page={page} |
|
|
|
rowsPerPage={pageSize} |
|
|
|
rowsPerPageOptions={[5,10,15,20,100]} |
|
|
|
rowsPerPageOptions={[5,10,20,100]} |
|
|
|
labelDisplayedRows={({ from, to, count }) => |
|
|
|
`${from}-${to} ${intl.formatMessage({ id: "of" })} ${count}` |
|
|
|
} |
|
|
|