Pagination dropdown (results per page) won't work
See original GitHub issueHi,
Set pagination={true}
.
The dropdown shows 10 and appears clickable but when clicked nothing happens.
Any solution?
Issue Analytics
- State:
- Created 8 years ago
- Comments:16 (7 by maintainers)
Top Results From Across the Web
Pagination Amount Per Page Drop Down in React-Native not ...
The page selection dropdown doesn't work. I can change the number in the code to show a specific number of items on the...
Read more >[solved] Issue with pagination and dropdown | Velo by Wix
Hi all, I have an issue with my pagination when I am using my dropdowns. My dataset (Video) has 14 items. I have...
Read more >Troubleshooting Pagination - ParseHub Help Center
Troubleshooting Pagination · 1. Using a new select command, select every pagination button on the page. · 2. You will have to delete...
Read more >Results count per page drop down location: Top or bottom
First - I do not have data on this. We had a test scenario running for the pagination - wether it should be...
Read more >Paginate results in InstantSearch.js - Algolia
If you send a request for a page that doesn't exist, or is out-of-range, that is, when page >= nbPages , Algolia doesn't...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, Had to add
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
to my index.html andrequire('bootstrap')
to my component. Hoped I wouldn’t have to include jQuery but I guess there’s no escape! 😃now,
react-bootstrap-table
no need thejQuery
andbootstrap.js
anymore, if you still have this issue, please give a simple repo to reproduce it, thanks.BTW, I also use
react-bootstrap-table
withcreate-react-app
in my private project, the pagination is work well until now