-
Notifications
You must be signed in to change notification settings - Fork 775
Size Per Page Drop Down not working #710
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
HI @rich-ware, duplicated with #539, You should remember to add |
Hi if we use create-react-app what is the good way to include this in our project in order to resolve this issue? i tried :
I agree adding <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>resovled the issue but in a react project i would make my import with npm. Any suggestions? Thank you |
Hi, I am having the same issue for the sizePerPageList. When I inspect the dropdown element on the page, it has my values of the sizePerPageList array.
Does anyone have a solution for this issue?
Thanks!
The text was updated successfully, but these errors were encountered: