React bootstrap table 2 pagination

React bootstrap table 2 pagination import React, { Component } from 'react' import BootstrapTable from 'react-bootstrap-table-next'; import axios from 'axios'; import filterFactory, { textFilter } from 'react-bootstrap-table2-filter'; import paginationFactory from 'react-bootstrap-table2-paginator'; export class Bootstraptab1 extends Component { dataField: ................
................