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 ... Rest of other functionality is working fine. I can search, I can click on ... ................
................