1.0.9 • Published 4 years ago

wz-react-pagination v1.0.9

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

使用方法

  • data参数 :
    currentPage : 当前页
    totalPage : 共多少页
    pageSize : 一页多少条
    totalCount : 总共多少条
  • methods :
    jumpTo(page , pageSize) : 跳到第几页,每页多少条
<Pagination 
	data={{currentPage : 1 , totalPage : 100 , pageSize : 20 , totalCount : 1200}} 	
	methods={{jumpTo : (currentPage) => {
        alert(currentPage);
    }}} 
/>
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago