AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

currSizePerPage` of type `string` supplied to `Pagination`, expected `number` #2068

Open Puneetbh opened 5 years ago

Puneetbh commented 5 years ago

Getting PropTypes error for pagination

sizePerPage: "2", sizePerPageList: [ { text: '10', value: 10 }, { text: '15', value: 15 },{ text: '20', value: 20 } ], hideSizePerPage: true }

Above options i am passing to pagination object

narendravenkata commented 5 years ago

@Puneetbh use sizePerPage: 2