whiteoctober / Pagerfanta

Pagination for PHP.
Other
1.59k stars 2 forks source link

Sorter with PagerFanta #256

Closed nfouka closed 5 years ago

nfouka commented 6 years ago
sampart commented 6 years ago

Hi @nfouka. You mentioned that you're using DQL. Given that, you may find it easier to use one of the Doctrine adapters rather than the array adapter. Here's an example: https://github.com/whiteoctober/Pagerfanta#doctrineormadapter

You should be able to add sorting using the querybuilder if using the Doctrine adapter approach.

Hope this helps, and let me know if you need more help.

sampart commented 5 years ago

Closing as no response.