ListPart pager issue : how to use full pager? #7092
Unanswered
thanhpt168
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Need to check but I think by default the ListPart returns a PagerSlim with it's shape. So, right now I'd say that the option is not available and it would require some development to make it use a full Pager as far as I can remember. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Anyone got an answer for this? I also want to show blog posts using the full pager instead of just previous and next |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am using OrchardCore to build my site. When render ListPart by liquid, it render pagination by using PagerSlim shape by default. It just show: Back Next.
I neet to render my pager like this: Back 1 2 3 4 5 Next
Is there any way to do that with a custom liquid template?
I googled much but no luck!
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions