VaibS
VaibS

Reputation: 1893

React-Bootstrap-Table Pagination Not Working

I've used React-Bootstrap-Table Pagination.. I browserifed my jsx file and it is showing the pagination symbol but I'm not able to change the size.

Upvotes: 1

Views: 3291

Answers (1)

Mayank Shukla
Mayank Shukla

Reputation: 104379

I had the similar issue, after including jquery reference, pagination was working fine.This issue has been already reported on github repo of react bootstrap table, they provided the solution for that, kindly check the page and see at what step you are missing something.

https://github.com/AllenFang/react-bootstrap-table/issues/338

https://github.com/AllenFang/react-bootstrap-table/issues/87

Please comment on this if you want any other details.

Upvotes: 2

Related Questions