|
|
|
@@ -38,7 +38,6 @@ const StyledDataGrid = forwardRef<HTMLDivElement, DataGridProps>((props, ref) => |
|
|
|
{...props} |
|
|
|
localeText={{ |
|
|
|
...zhTW.components.MuiDataGrid.defaultProps.localeText, |
|
|
|
labelRowsPerPage: t("Rows per page"), |
|
|
|
...props.localeText, // 允许覆盖 |
|
|
|
}} |
|
|
|
/> |
|
|
|
|