Pagination for Repeating Groups - Bubble Tutorial

  Рет қаралды 21,890

Cranford Tech

Cranford Tech

Күн бұрын

Be the first to hear about our latest tutorials, plugin releases, updates and more: www.cranfordte...
In this bubble.io tutorial I'll show how you can implement a pagination feature for your bubble app.
Pagination makes it easier for users to navigate your bubble app, particularly if your page has a repeating group that contains a lot of data.
An additional benefit of pagination is that it can make it quicker for bubble to retrieve data from your app's database. This can improve page load speed and help with SEO.
💼 Hire us to build your custom app
www.cranfordte...
💼 NoCode Job Board Template:
bubble.io/temp...
🎨 Check out our other Templates and Plugins:
bubble.io/cont...
📧 Contact: support@cranfordtech.com

Пікірлер: 50
@HennieScheepers
@HennieScheepers 15 күн бұрын
Fantastic video, keep 'em coming...
@CranfordTech
@CranfordTech 15 күн бұрын
@@HennieScheepers thank you! 🙂
@vera.africa
@vera.africa 11 ай бұрын
This tutorial is clear and helpful, thanks a bunch!
@CranfordTech
@CranfordTech 11 ай бұрын
Glad it was helpful!
@fheralanis
@fheralanis 10 ай бұрын
Thanks for the help !!
@CranfordTech
@CranfordTech 10 ай бұрын
No problem 🙂
@Harrisk101MC
@Harrisk101MC Жыл бұрын
Thanks for the help, was able to make it dynamic. Thanks for making this video!
@CranfordTech
@CranfordTech Жыл бұрын
Glad it was helpful!
@shishirkarki7971
@shishirkarki7971 9 ай бұрын
This tutorial is excellent. It's incredibly easy to follow and understand. Thank you so much🙌
@CranfordTech
@CranfordTech 9 ай бұрын
Glad it was helpful! 🙂
@ericksousa5666
@ericksousa5666 7 ай бұрын
Thanks! This video saved me at least 16 hours learning how to do it!
@CranfordTech
@CranfordTech 7 ай бұрын
Great to hear! Thanks for the kind words
@consiliumapp
@consiliumapp 2 жыл бұрын
Thanks a lot!!!! Great tutorial!
@CranfordTech
@CranfordTech 2 жыл бұрын
Glad you liked it!
@hamidkaramyar8695
@hamidkaramyar8695 2 жыл бұрын
Thanks for a great tutorial.
@CranfordTech
@CranfordTech 2 жыл бұрын
No problem Hamid! Glad it was helpful
@LeraMulina
@LeraMulina 2 жыл бұрын
Great tutorial! Everything is very easy for understanding. Thank you very much!
@CranfordTech
@CranfordTech 2 жыл бұрын
Thank you for the kind words!
@dailyprayer-b1n
@dailyprayer-b1n 8 ай бұрын
Thank you very much its a great video and easy to follow thx😊
@CranfordTech
@CranfordTech 8 ай бұрын
Great to hear!
@morrismugwima
@morrismugwima 6 ай бұрын
The video explains it well, but how can you implement pagination on tables?
@kipyegonkurgat5615
@kipyegonkurgat5615 Жыл бұрын
Crystal Clear. Thanks
@prajnak7856
@prajnak7856 2 ай бұрын
Will this method work if you had only a few posts? Because it didn't work for me.
@julius-forster
@julius-forster 2 жыл бұрын
Actually wanted to know how to get the roundness. Since i used an existing style from the list, I had to click on "Edit Style". I found that out through this video after searching for 3 hours. Thank you so much man (even if that wasn't the purpose of this video)
@CranfordTech
@CranfordTech 2 жыл бұрын
Glad it helped Julius! And thanks for the kind words
@Steve-js7bp
@Steve-js7bp Жыл бұрын
very good!
@paulnocode
@paulnocode 2 жыл бұрын
Thank you..... 🤗🤗🤗
@CranfordTech
@CranfordTech 2 жыл бұрын
No problem!
@AhmedKhodir-novyPro
@AhmedKhodir-novyPro 3 жыл бұрын
hi there, thanks for the tutorial, but I have one quetion: You have defined the number of rows for the RG which will work fine when you have only one job card per row, but in my case I have 4 cards per row and inorder to make the page responsive I can't set a fixed number of rows nor columns to make it responsive, how would you suggest to tackle this?
@CranfordTech
@CranfordTech 3 жыл бұрын
Hi Ahmed, thanks for the comment. Afraid I don't fully understand your problem - if you want to post a link to your editor (either here or via email to nocodebuilds@gmail.com) I'm happy to take a look!
@은우-s2u
@은우-s2u 2 жыл бұрын
thank you for the good tutorial! by the way, how can I download the ListOfNumbers plugin?
@CranfordTech
@CranfordTech 2 жыл бұрын
No problem, glad you liked it! The plugin I use is the "toolbox" plugin
@은우-s2u
@은우-s2u 2 жыл бұрын
@@CranfordTech Thank you for your answer!!
@CranfordTech
@CranfordTech 2 жыл бұрын
@@은우-s2u no problem!
@wdriscoll90
@wdriscoll90 3 жыл бұрын
Thanks for a great tutorial. Can I ask two questions - how to limit the number of pages shown in the repeating group if it increases to say 100 pages, will this be automatically handled by the max size of the group? Secondly, how to tie this in with url parameter to navigate directly to the correct page from url? Thanks again
@CranfordTech
@CranfordTech 3 жыл бұрын
Hey Will, thanks for the comment and sorry for the late response. 1. The way I've setup the RG in the above video will not handle > 100 pages. What you would need to do to make this dynamic is to add an additional workflow action that "shows next/previous RepeatingGroup Number" for the "click on right/left arrow" actions. This will ensure that the numbers at the bottom of the page go up as far as is necessary. I've implemented this in the demo link that I put in the description if you want to take a look. 2. I tend to keep it simple and simply put a link in the various text elements within the job container. I also have a workflow action that is "go to page job" and "send data from current cell to page job" to help people navigate to the relevant job pages. Hope this helps! Alex
@s.h306
@s.h306 2 жыл бұрын
Hey! how did you do that spinner while the main repeating group was loading - Off topic I know but is there a video for that?
@CranfordTech
@CranfordTech 2 жыл бұрын
I've always found that to be the default - nothing special needed to get it working (at least for me) 🙂
@MrNebukad64
@MrNebukad64 3 жыл бұрын
This is a great tutorial - thanks! However, I am missing one key element - you are defining 5 elements in the repeating group for that page numbers, because you say that you are having 85 job postings, which should be shown in 5 pages with a list of 20 each. Therefore you have 5 elements in the RG - which also means that you do not have to change the bottom numbers in the RG because you have only 85 jobs. However, the number of job posting will not be always showing 20 postings on 5 pages, as the number of job postings might be 200, if so, the number of pages would be 10. If that is the case you have to change the bottom page numbers while moving through the pages, which means there needs to be an algorithm showing the in- or decreasing number of pages within the repeating group of the 5 elements.
@CranfordTech
@CranfordTech 3 жыл бұрын
Thanks for the comment Sven and you are absolutely correct on the page numbers not being properly dynamic. I've implemented a fix for this that you can now see at the demo link in the description. I've basically added an additional workflow action that "shows next/previous RepeatingGroup Number" for the "click on right/left arrow" actions. This will ensure that the numbers at the bottom of the page go up as far as is necessary. Alex
@MrNebukad64
@MrNebukad64 3 жыл бұрын
@@CranfordTech Wow. that was quick and excellent - thank you, really appreciated!
@luisdiazvenero5054
@luisdiazvenero5054 2 жыл бұрын
@@MrNebukad64 hello, can you share the solution?
@abhineetagrawal9038
@abhineetagrawal9038 2 жыл бұрын
@@CranfordTech Hi i cannot see the demo link for the fix for changing the numbers in the repeating group of page numbers
@ericksousa5666
@ericksousa5666 7 ай бұрын
@@CranfordTech Good job here! I was wondering the same.
@ZatriX_ZA
@ZatriX_ZA 2 жыл бұрын
I wonder how the following use case be implemented: < 1 | 2 | 3 | ... | 11 | 12 | 13 > that will keep the width of the pagination fixed regardless of how many pages there are
@netxyz00
@netxyz00 Жыл бұрын
I can't find the demo editor link.
@CranfordTech
@CranfordTech Жыл бұрын
I'm afraid the app that had the demo I'd no longer live - sorry!
@strelok2613
@strelok2613 3 жыл бұрын
Thanks=)
@CranfordTech
@CranfordTech 3 жыл бұрын
Glad you liked it!
How to Bubble: Reorder list in Bubble.io (reorder repeating group)
13:47
Best Bubble Developer
Рет қаралды 9 М.
Managing Subscriptions with Stripe - Bubble.io Tutorial
30:03
Cranford Tech
Рет қаралды 37 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Bubble.io Tutorial: Google Like Pagination
22:28
No Codeable
Рет қаралды 6 М.
How API's work in Bubble
50:21
Matt Neary
Рет қаралды 21 М.
How To Create Pagination | Bubble.io Tutorial
9:59
Max Kubanek
Рет қаралды 2 М.
How to Add Pagination to a Bubble Repeating Group
9:06
NoCodeHitman
Рет қаралды 3,8 М.
How To Display A Skeleton Loader For A Repeating Group In Bubble.io
18:03
Building With Bubble
Рет қаралды 1,9 М.
How to Use URL/Page Parameters in Bubble.io
16:52
Building With Bubble
Рет қаралды 24 М.
Notifications | Bubble.io Tutorial
21:29
Buildcamp
Рет қаралды 47 М.
Backend Workflows | Bubble.io Tutorial
10:35
Buildcamp
Рет қаралды 48 М.