Commit 61cd9c1a authored by nikogu's avatar nikogu

fix pagination pageSizeOptions options

parent 0d177915
......@@ -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,
}}
/>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment