@352inc/react-bootstrap-table2-paginator

1.0.2-custom-2 • Public • Published

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

Live Demo For Pagination

API&Props Definitation


Install

$ npm install react-bootstrap-table2-paginator --save

Add CSS

// es5 
require('react-bootstrap-table2-paginator/dist/react-bootstrap-table2-paginator.min.css');

// es6
import 'react-bootstrap-table2-paginator/dist/react-bootstrap-table2-paginator.min.css';

How

Let's enable a pagination on your table:

import paginationFactory from 'react-bootstrap-table2-paginator';
// omit...

<BootstrapTable keyField='id' data={ products } columns={ columns } pagination={ paginationFactory() } />

Customization

See pagination props

Package Sidebar

Install

npm i @352inc/react-bootstrap-table2-paginator

Weekly Downloads

2

Version

1.0.2-custom-2

License

MIT

Unpacked Size

223 kB

Total Files

20

Last publish

Collaborators

  • eschoellhorn
  • linc