Skip to content
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

Pagintion problem #539

Closed
lewis617 opened this issue Jun 28, 2016 · 5 comments
Closed

Pagintion problem #539

lewis617 opened this issue Jun 28, 2016 · 5 comments

Comments

@lewis617
Copy link

lewis617 commented Jun 28, 2016

image
When I click the pagination,it doesn't display the list . Why?

I use the Universal render ,it is related to this ?

@pbromley
Copy link

This is happening for me too. With more that 10 results (11 in my test), clicking the drop down does nothing - version 2.2.0 but also tried in 2.3.6 with the same result

@gshakir
Copy link

gshakir commented Jun 28, 2016

There is dependency on Bootstrap JS. You need to add the following to index.html .
`

<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>

`
@AllenFang any chance you are working on removing this dependency and using react-bootstrap 'button' instead?

@pbromley
Copy link

cheers @gshakir adding this works - its also in the documentation which i missed

@lewis617
Copy link
Author

@gshakir
Thanks, I do not like jQuery, hope @AllenFang can remove this dependency.

@AllenFang
Copy link
Owner

Hi all, sorry for lately reply and Thanks @gshakir's contribution :)
BTW, Hope I can remove these dependency in the future on v3.0.0 #497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants