-
Notifications
You must be signed in to change notification settings - Fork 775
Pagination dropdown (results per page) won't work #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@nirhadassi, any error on browser console? and what's version did you used and which browser? |
Hey @AllenFang, thanks for your quick replay. That's what I'm using: On my component page I imported: On my html page I have: No console errors. |
I think you really missing the bootstrap js file
|
Thanks, |
using jQuery shouldn't be needed for this component - we are having the same issue. |
(oh, and we are using react-bootstrap) |
@juan0087, currently, you need to import bootstap.js and css. could you please confirm that :) |
Thanks for the reply @AllenFang! I think I have imported all the necessary files: ` <script src="/js/libs/jquery-2.1.1.min.js"></script> <script src="/js/react-bootstrap-table.min.js"></script> `Am I missing anything else? |
if you're sure that you've import these files, so any repo for reproducing it? Thanks |
Same happening here! |
@dariobanfi, give me a repo for me to reproduce this issue. BTW, |
Hi, Any date on when this pagination issue will be fixed. keep up the good work |
did you have the same issue about the dropdown doesn't work?
it's a known issues, but I really have no time to fix it. sorry... so PR is welcome. |
Still hitting the same issue with React-Bootstrap-Tablev4.0. |
now, BTW, I also use |
Hi,
Set
pagination={true}
.The dropdown shows 10 and appears clickable but when clicked nothing happens.
Any solution?
The text was updated successfully, but these errors were encountered: