react-bootstrap-table2-paginator
react-bootstrap-table2
separate the pagination code base to 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
Install
$ npm install react-bootstrap-table2-paginator --save
Add CSS
// es5 ; // es6;
How
Let's enable a pagination on your table:
;// omit... <BootstrapTable keyField='id' data= products columns= columns pagination= />
Customization
See pagination props