React bootstrap table 2 pagination

React Bootstrap Table with Searching and Custom Pagination data={ this.state.products } columns={ this.state.columns } filter={ filterFactory() } pagination={ paginationFactory(options) }/> export default Bootstraptab1 react-bootstrap-table2 separate the pagination code base to react-bootstrap-table2-pagination, so there's a little bit ... ................
................