How to Bubble: Reorder list in Bubble.io (reorder repeating group)

  Рет қаралды 9,034

Best Bubble Developer

Best Bubble Developer

Күн бұрын

Пікірлер: 64
@JamieWells1
@JamieWells1 8 ай бұрын
I'm making an educational quizzing platform for students, and I have come back to this video so many times when I need to do something with ordering because this one is the only one I trust. Thank you !!
@ProKramm
@ProKramm Жыл бұрын
This is great! The simplest and most understandable solution for such a problem. Thank you.
@bestbubbledev
@bestbubbledev Жыл бұрын
I appreciate 🫶
@william_78
@william_78 Жыл бұрын
dude, it was the most genius way I found to do that on youtube. thank you so much
@bestbubbledev
@bestbubbledev Жыл бұрын
LOL thank you! 🫶🫶
@WillGoesMeta
@WillGoesMeta 3 ай бұрын
Thank you so much, you just earned a new subscriber. Great explanation for a complicated task!
@sandhyajaideep7676
@sandhyajaideep7676 7 ай бұрын
This worked so well! Thanks for creating this video with clear instructions and explanations.
@richardeaton1544
@richardeaton1544 10 ай бұрын
Great simple explanation of how to do drag and drop re-ordering of repeating groups. Thanks for sharing 🙌
@bestbubbledev
@bestbubbledev 10 ай бұрын
Thank you Richard! 🫶
@riccardovannozzi568
@riccardovannozzi568 4 ай бұрын
fantastic tutorial. Complex but very informative
@thiagomafort9249
@thiagomafort9249 Жыл бұрын
the best tutorial on drag and drop order
@bestbubbledev
@bestbubbledev Жыл бұрын
Thank you so much! 🙏
@socialXimpact
@socialXimpact 2 жыл бұрын
Really helpful to simplify this confusing task. Just one potential bug with your code. Assigned the Order Number by using Search for Brands:count + 1 will give you issues if at any point you need to delete Brands. For example, if Brand 1 order number is 1, Brand 2 order number is 2, I delete Brand 1, then Brand 3's order number will also be 2. A better approach would be to use Search for Brand's Order Number: Max + 1, so that you're always guaranteed a bigger number.
@bestbubbledev
@bestbubbledev 2 жыл бұрын
Great point! However you can update all the other brand’s order numbers that > current brand ON by -1. Another way could be instead of + & - to use the order number > current cell’s ON’ first item. But you’ll need to properly sort the order in the DB :) Actually I just fixed the same issue in on of the apps that’s about to go live.
@rudib1119
@rudib1119 Жыл бұрын
@@bestbubbledev Hi, thank you for a great tutorial. In my user case it's necessary to be able to update the other items order number when the user deletes an item. I'm trying to figure out how to do this. Could you describe a workflow?
@mmendezgracia
@mmendezgracia Жыл бұрын
I did it ! great funtionality. thanks!!. When I move the first box, es possible to "open" a space instead to change the position ?
@bestbubbledev
@bestbubbledev Жыл бұрын
Great question. Have not played with this in a long time. I think I tried to but couldn’t figure it out.
@BrandonSprecher-ip1hy
@BrandonSprecher-ip1hy Жыл бұрын
Awesome Video! Thanks for the Help!
@bestbubbledev
@bestbubbledev Жыл бұрын
Thanks for watching! 🫶
@TheRainemt
@TheRainemt 6 ай бұрын
Hey mate, Im wondering how you might set it up so instead of swapping the dragged group with the group you place it on, you simply shift the other cells up? thanks
@17toomas
@17toomas 2 күн бұрын
Awesome, thanks! :)
@juancarvalho
@juancarvalho 11 ай бұрын
Awesome, worked very well!
@bestbubbledev
@bestbubbledev 11 ай бұрын
Thank you man! 🫶
@N01Espada
@N01Espada 2 жыл бұрын
This is great! thank you for posting this.
@bestbubbledev
@bestbubbledev 2 жыл бұрын
Glad you enjoyed it! ✊
@janiecel
@janiecel 6 ай бұрын
How would you do this with multiple columns?
@rockandropejo
@rockandropejo Жыл бұрын
what if you wanted to permanently save the new order of the items in the repeating group to the database? i've been trying to figure this out for days now...for context, i'm building a workout app where users can drag and drop to reorder the exercises within a particular workout and then save the new order to the database. i have a workout 'thing' in the database which has a field that is a list of exercises (another type of 'thing' in the database)...very grateful for any insights!
@TheRainemt
@TheRainemt 6 ай бұрын
Just do make changes to a thing and save the state as a thing as part of the workflow
@MoonKidAI
@MoonKidAI Жыл бұрын
"A drop area has a group dropped on it" isn't listed as an option under elements in my Bubble editor. Anyone else have this issue?
@bestbubbledev
@bestbubbledev Жыл бұрын
Did you get the plugin called Draggable Elements? It's by Bubble.
@Jack-jz7ej
@Jack-jz7ej 6 ай бұрын
Thanks man, you saved me, ive encountered other payed options, you think they are worth it?
@greenmusk
@greenmusk 2 жыл бұрын
This is awesome!!! Thank you
@bestbubbledev
@bestbubbledev 2 жыл бұрын
You're so welcome! ✌️
@rudib1119
@rudib1119 Жыл бұрын
Thank you!! :)
@bestbubbledev
@bestbubbledev Жыл бұрын
🫶
@adammiko4825
@adammiko4825 2 жыл бұрын
This has been the greatest explanation of this concept I've seen! What would the approach be if instead of swapping items, you wanted to shift all items in the following cells down 1 in the list?
@bestbubbledev
@bestbubbledev 2 жыл бұрын
Thank you for saying that! ✊ Do you mean you need to push an item between the two instead of swapping order numbers? If that's your question I'm working on that now. 😎
@adammiko4825
@adammiko4825 2 жыл бұрын
@@bestbubbledev Exactly! Will you be posting a video regarding this soon? Thank you
@bestbubbledev
@bestbubbledev 2 жыл бұрын
@@adammiko4825 so this is where I’m stuck at. Re-order works but UI is not quite finished yet: twitter.com/bestbubbledev/status/1523655779970334720?s=21&t=faHlg-5iY9VpaWVmOFkwFQ
@adammiko4825
@adammiko4825 2 жыл бұрын
@@bestbubbledev I hear you! The UI stuff in Bubble can be a pain. Thanks for working through this. Keep me updated as it continues to be worked out. Really curious on how the final product will function. Maybe there's something involved with the order being a state, changing the order to be based off the list of the state, pausing before the next action in the workflow, and then changing the order back to what it should be
@adammiko4825
@adammiko4825 2 жыл бұрын
@@bestbubbledev Hi there! Hope you've had a good weekend. Any updates on this?
@rishumehta745
@rishumehta745 2 жыл бұрын
does it has to have an order number for this operation?
@bestbubbledev
@bestbubbledev 2 жыл бұрын
Yep that's necessary ✊
@reginaldbrooks2981
@reginaldbrooks2981 2 жыл бұрын
Thank you! This really helped me out after being stuck for a few days. I have one question. Is there a way to do the swapping function without a workflow action?
@bestbubbledev
@bestbubbledev 2 жыл бұрын
I’m so glad! It helped. Not sure how you’d do that. You may be able to do it but only on the front end using Custom States. The moment you refresh the page list will go back to the original state. Make sense?!
@netotjb
@netotjb 2 жыл бұрын
Parabéns pelo vídeo
@bestbubbledev
@bestbubbledev 2 жыл бұрын
Muchas gracias, te lo agradezco!
@timothybougart2938
@timothybougart2938 4 ай бұрын
why is it my type of content I dont have " brand" please help
@nathanconty7047
@nathanconty7047 Жыл бұрын
Thanks for the video it was helpfull ! You win one more follower. Question : How would you do to apply this to all the element of the list ? Exemple : I have 4 items with rank : 1 item one 2 item two 3 item three 4 item four If I do this with your answer when i move the item four to the first place the result will be : 1 item four 2 item two 3 item three 4 item one But I would like to have : 1 item four 2 item one 3 item two 4 item three It's like when i move the item four to the first place all of the other item will have -1 to their index. How would you do this ? thanks a lot
@bestbubbledev
@bestbubbledev Жыл бұрын
In your case when you move Four to One, Four should get the order number of One and everything else including One and above should get +1. Does it make sense?!
@pneumachill1872
@pneumachill1872 7 ай бұрын
Thanks buddy
@netotjb
@netotjb 2 жыл бұрын
Acompanhando
@lupietulia2986
@lupietulia2986 11 ай бұрын
nice
@bestbubbledev
@bestbubbledev 11 ай бұрын
Thanks 🙏
@EljansLife
@EljansLife 10 ай бұрын
actually they should add default index number in the database
@bestbubbledev
@bestbubbledev 10 ай бұрын
That would be nice I guess
@abhineetagrawal9038
@abhineetagrawal9038 2 жыл бұрын
Thanks for the awesome video but please be a bit louder in coming videos...it is difficult to hear you
@bestbubbledev
@bestbubbledev 2 жыл бұрын
Noted ❤️✊
@alainpapaa7930
@alainpapaa7930 5 ай бұрын
Will you be our mental. We are middle level bubble developer we would like to go up next level exceptionally with workshops and functions.
How to Bubble: Scroll to an item in a Repeating Group
9:11
Best Bubble Developer
Рет қаралды 4,7 М.
How to REORDER List Items with Drag and Drop | Bubble.io Tutorials
26:17
Jacob Gershkovich
Рет қаралды 17 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Sorting Dynamically | Bubble.io Tutorial
6:47
Buildcamp
Рет қаралды 23 М.
Pagination for Repeating Groups - Bubble Tutorial
19:02
Cranford Tech
Рет қаралды 21 М.
How To Display A Skeleton Loader For A Repeating Group In Bubble.io
18:03
Building With Bubble
Рет қаралды 1,8 М.
Bubble.io Tutorial: How to Select Multiple Items From a List
10:53
Coaching No Code Apps
Рет қаралды 47 М.
How to Design Smooth Animated Inputs in Bubble.io for Better UX
11:51
Recursive workflows in Bubble (OR, HOW TO LOOP THROUGH A LIST)
34:27
How to Run a Loop in Bubble.io
11:54
Evan Little
Рет қаралды 25 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41