[New Plugin] Drag It - Enhance Your Repeating Groups with Drag-and-Drop Functionality: Rearrange, Sort, Reorder, and Transfer Items Between RGs Effortlessly

Goddammmmmmmmmm I wish I found this plugin earlier! Big shout to the creator!

1 Like

Hi @meinnameisthase,

Sorry for the late response! I hope you’re enjoying exploring Bubble.

Since you’re new to Bubble and working with a manageable number of photos (likely under 100), a good approach to handling the ordering is by using a list of photos as a field.

For example, in your use case, you have a data type named Calendar and another named Photo. To streamline photo ordering, you should add a new field to Calendar called list of photos. The plugin can then update this list within a simple workflow, as demonstrated in the demo. Additionally, you’ll be able to easily add or remove photos from the list as needed.

Let me know if you need further assistance!

Hi @ken1,

I hope you’re doing well.

This use case isn’t directly achievable with the plugin. If you set a handle within the plugin, the element will only be draggable within that handle.

Have you tested it by setting up two elements and using Bubble’s built-in triggers, like press or click? That might offer a workaround.

Best,

:tada: Thanks for the love—glad you’re enjoying the plugin! If you ever need help or have ideas to make it even better, let me know.

Happy building! :rocket:

@NoCodeDataArtisan I am getting the following error :

I am fetching data from the supabase and there is field “unique_id” and “id” which is unique and number data type.

What could be the issue? I am trying to reorder in the same repeating group.