i'm trying to apply twitter bootstrap css style to my knp pagination without modifying the vendor.
Is there a way to configure KnpPaginator so to detect existing bootstrap css style sheets?because as the screenshot shows, it is build to work with bootstrap.
相关问题
- Symfony2 Set Controller in the kernelControllerEve
- How to add a “active” class to a carousel first el
- Webpack Encore: cannot import local dependencies
- Render custom attribute KNP Menu
- Full Clickable Accordion in Bootstrap
相关文章
- Make Bootstrap tab Active on the bases of URL link
- Rails: Twitter Bootstrap Buttons when visited get
- Symfony : Doctrine data fixture : how to handle la
- Symfony is linked to the wrong PHP version
- Symfony2: check whether session exists or not
- Reduce spacing between rows
- How do use bootstrap tooltips with React?
- Need to design 8 boxes in two rows
@Derick F: thank you a lot, i found an other way :
i just replaced:
with
its the default template included in knp bundle.
Yes, in your config.yml and your
knp_paginator
settings:and then in paginator-bootstrap.html.twig