소스 검색

update label

master
jason.lam 1 년 전
부모
커밋
97d3622d9c
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. +1
    -6
      src/components/FiDataGrid.js

+ 1
- 6
src/components/FiDataGrid.js 파일 보기

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


불러오는 중...
취소
저장