-
Notifications
You must be signed in to change notification settings - Fork 512
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
Update the pagination elements to use bootstrap 4. #808
Comments
yeap, converted my app to use bootstrap 4 and no buttons are displayed just numbers of the pages, working but looks poor visually |
Hi - I've just upgraded and this was easily fixed:
Added the mx-auto to ensure that the pagination is centered and added classes to the ul and li tags that are required for Bootstrap V4 |
hi rbanno, i had the same issue, where the "$templateCache.put(..." should be applied to fix this? |
You could save the template in a file and call it with the template file :
and in your table in the footer you do this:
make sure you correct the path to match yours. |
https://getbootstrap.com/docs/4.0/components/pagination/
The li tags need to have the page-item class and the a tags inside them need to have a page-link tags.
The text was updated successfully, but these errors were encountered: