react-bootstrap-table: Pagination dropdown (results per page) won't work

Hi, Set pagination={true}. The dropdown shows 10 and appears clickable but when clicked nothing happens.

Any solution?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 16 (7 by maintainers)

Most upvoted comments

Thanks, Had to add <script src="//code.jquery.com/jquery-1.12.0.min.js"></script> to my index.html and require('bootstrap') to my component. Hoped I wouldn’t have to include jQuery but I guess there’s no escape! 😃