This is fantastic, thank you!! Also, I'd LOVE to see a way to implement a "Go to page x" function, as it would nicely complement what you've shown here... Any thoughts on how to do that?
Awesome video - Will this work with your "filter a repeating group from API" implementation as well? I.E. if we are on page 1 and search for something on page 3 it will appear in the results? Thanks!
Most API's do allow for some pagination functionality so it would simply be a matter of ensuring the API logic was correct - but it could definitely work.
Thank you, you helped me a lot. My congratulations for the videos. Just help me with one thing, I couldn't make the repeater group decrease like yours, what did you put in the layout? Greetings from Brazil.
Hi I have advanced a lot. But why the pages are accumulative in my case, for example in your 3rd page only shows last 2 items, and mine shows mixing the 2nd and 3rd page.
Hi @lucianoxborges Just enable the "Show partial list on last page"-flag on the repeating group (the flag can be found within the "Appearance"-tab). Didn't see it either to begin with :)
You can check out this video for examples of how to filter repeating groups using custom states. ruclips.net/video/6Fykdt81Xmg/видео.html Otherwise, your filter could just be a new database query with the constraints you prefer.
Finally an easy-to-implement pagination solution without the need for a dedicated plugin.
Thanks a lot!
Fantastic explanation, much better way of doing pagination than using a third party plugin
Awsome, a great example how to do pagination without using javascript modules
Really well done.
This is fantastic, thank you!! Also, I'd LOVE to see a way to implement a "Go to page x" function, as it would nicely complement what you've shown here... Any thoughts on how to do that?
Excellent video - very well presented - very clear - Well done and thank you!!
great explanation, congrats and thanks you
Thanks for sharing, excellent tutorial.
Hello, thanks for the video. Can you help me with the rows per page field? I can't set the correct condition 😮💨
Awesome!
Great stuff! Have you made a follow up video showing how let users choose how many rows display in the repeating group?
Thanks!
Not yet. I am still working on the best way to accomplish this. But stay tuned. It's definitely on the list.
Awesome video - Will this work with your "filter a repeating group from API" implementation as well? I.E. if we are on page 1 and search for something on page 3 it will appear in the results? Thanks!
Most API's do allow for some pagination functionality so it would simply be a matter of ensuring the API logic was correct - but it could definitely work.
Thank you, you helped me a lot. My congratulations for the videos. Just help me with one thing, I couldn't make the repeater group decrease like yours, what did you put in the layout? Greetings from Brazil.
I would also like to know
Hi, I had same problem and it was solved by checkbox "Showpartial list on last page if needed" checkbox in repeatingGroup settings
Hello, how do i refresh the repeating group content?
With Table feature this cannot do the same.
great tutorial!
Glad you think so!
Hi I have advanced a lot. But why the pages are accumulative in my case, for example in your 3rd page only shows last 2 items, and mine shows mixing the 2nd and 3rd page.
Hi @lucianoxborges
Just enable the "Show partial list on last page"-flag on the repeating group (the flag can be found within the "Appearance"-tab). Didn't see it either to begin with :)
Hi how can I make the page count dynamic if for example I filter by status?
You can check out this video for examples of how to filter repeating groups using custom states.
ruclips.net/video/6Fykdt81Xmg/видео.html
Otherwise, your filter could just be a new database query with the constraints you prefer.