소스 검색

Remove pageSize select in table

afc163 8 년 전
부모
커밋
94d2fe6d29
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/routes/Dashboard/Analysis.js

+ 0 - 2
src/routes/Dashboard/Analysis.js

@@ -413,8 +413,6 @@ export default class Analysis extends Component {
                 dataSource={searchData}
                 dataSource={searchData}
                 pagination={{
                 pagination={{
                   style: { marginBottom: 0 },
                   style: { marginBottom: 0 },
-                  showSizeChanger: true,
-                  showQuickJumper: true,
                   pageSize: 5,
                   pageSize: 5,
                 }}
                 }}
               />
               />