This commit is contained in:
AllenFang 2018-01-28 21:53:33 +08:00
parent 09fadeb02b
commit 4bb2ae2ba0

View File

@ -1,6 +1,6 @@
# react-bootstrap-table2-pagination
# react-bootstrap-table2-paginator
`react-bootstrap-table2` separate the pagination code base to [`react-bootstrap-table2-pagination`](https://github.com/react-bootstrap-table/react-bootstrap-table2/tree/develop/packages/react-bootstrap-table2-paginator), so there's a little bit different when you use pagination. In the following, we are going to show you how to enable and configure the a pagination table
`react-bootstrap-table2` separate the pagination code base to [`react-bootstrap-table2-paginator`](https://github.com/react-bootstrap-table/react-bootstrap-table2/tree/develop/packages/react-bootstrap-table2-paginator), so there's a little bit different when you use pagination. In the following, we are going to show you how to enable and configure the a pagination table
**[Live Demo For Pagination](https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Pagination)**
@ -11,7 +11,7 @@
## Install
```sh
$ npm install react-bootstrap-table2-pagination --save
$ npm install react-bootstrap-table2-paginator --save
```
## Add CSS