ReactDOM.render(
<Pagination
onClick={this.paginationOnClick}
total={200}
perPage={20}
current={7} />,
document
);
name | type | default | description |
---|---|---|---|
onClick | Function | 页码点击时返回被点击的页码值 | |
total(必填) | Number | 总元素的数量 | |
perPage(必填) | Number | 每个页面显示的元素数量 | |
current | Number | 当前页码 |
GitHub
Copyright © 2017 MIT License