WhiteOctoberPagerfantaBundle icon indicating copy to clipboard operation
WhiteOctoberPagerfantaBundle copied to clipboard

Bundle to use Pagerfanta with Symfony

Results 15 WhiteOctoberPagerfantaBundle issues
Sort by recently updated
recently updated
newest added

Hi, Want to move from KnpPaginatorBundle and I'm stuck with sorting. In KnpPaginatorBundle has this `{{ knp_pagination_sortable(products, 'Price ASC', 'p.price', {'direction': 'asc'}) }}` How can I sort in Pagerfanta? My...

Hi, I installed PagerFanta on my Symfony 3.3 project. I have a query with 8 leftJoin, which is supposed to return 380 results on my test. The table contains bookings....

this pull request modify the behaviour of the parameters use by URLGenerator. It avoid to generate and parameter like ['page' => null] What do you think about it ?

Hello Each time I enable this bundle in the kernel, i get an error on cache clear. ``` // Clearing the cache for the dev environment with debug true In...

Currently, this bundle includes Pagerfanta 1, which is for PHP >= 5.3. [Pagerfanta 2.x is now PHP 7](https://github.com/whiteoctober/Pagerfanta/releases/tag/v2.0.0); we should upgrade this project to use it (and support PHP 7...

Hi There, I want to have pagination inside an embedded Controller in the template `{{ render_esi(controller('DFMVapBundle:Embeded/Contract:listContracts')) }}` but it is giving me this error only when there is more than...

Example: https://travis-ci.org/whiteoctober/WhiteOctoberPagerfantaBundle/jobs/324420688 First issue: > This job ran on our Precise environment, which is in the process of being decommissioned. Please read about the status of the rollout on the...

I've spent a bit of time learning how this bundle works slowly. It works well, but I think the readme could really benefit from the most basic usage example -...

I am working with Symfony 3 and PagerFanta. I have a quick question. In a web page I wish to paginate two lists of items. I use PagerFanta to paginate....