KnpPaginatorBundle 中的自定义排序查询

Custom sorting query in KnpPaginatorBundle

我想通过自定义回调对 KnpPaginatorBundle 中的项目进行排序。是否有可能以某种方式连接到 Walker?

我的意思是我想按发票编号排序,应该是这样的:

3/5/2020
2/5/2020
1/5/2020 
3/4/2020
2/4/2020

而不是

3/5/2020
3/4/2020
2/5/2020
2/4/2020
1/5/2020 

别往这边走。尝试在分页之前制作过滤器并在分页中使用完成结果