diff --git a/src/routes/Dashboard/Analysis.js b/src/routes/Dashboard/Analysis.js index 290eb533c830fbc912e3085f955c5e77398b402f..4e035b454968678b3deebdbea152506479285a09 100644 --- a/src/routes/Dashboard/Analysis.js +++ b/src/routes/Dashboard/Analysis.js @@ -413,6 +413,9 @@ export default class Analysis extends Component { dataSource={searchData} pagination={{ style: { marginBottom: 0 }, + showSizeChanger: true, + showQuickJumper: true, + //pageSizeOptions: [5, 10, 15, 20], pageSize: 5, }} />