forked from Gitlink/forgeplus-react
分页设置分页数量/
This commit is contained in:
parent
7686ca2cab
commit
efa3f32773
|
@ -406,7 +406,7 @@ function List(props){
|
|||
{
|
||||
total > defaultLimit &&
|
||||
<div className="pt25 pb30" style={{textAlign:"right"}}>
|
||||
<Pagination total={total} onShowSizeChange={chageLimit} current={page} pageSize={limit} onChange={changepage} showSizeChanger showQuickJumper />
|
||||
<Pagination total={total} onShowSizeChange={chageLimit} current={page} pageSize={limit} onChange={changepage} showSizeChanger pageSizeOptions={[15,30,40,50]} showQuickJumper />
|
||||
</div>
|
||||
}
|
||||
</React.Fragment>
|
||||
|
|
Loading…
Reference in New Issue