Sort slidehow slick images?

I want to show the images in my database, but with the reverse order, so, can i do something like javascript reverse(); in this plugin? i can’t ‘Do a search for photos’ and then order by created date because the photos are inside a data.

Hola @eduardolecate

Considera assistir este video pelo @gregjohnkeegan Responsive Grid Layout | Bubble.io Tutorial

1 Like

I watched it, but idk how this could help me, my problem isn’t with responsiveness, my problem is with the slides order, like, i want to the first default slide to be the last

My List Shifter plugin can reverse a list, but also, can be used to sort a list of Things by some descendant property (which is more what you need in this case).

That is, you have a list of Things which has an Image (or something) field on it. You want to sort the list of Things by the Images’ creation date. You can do that with List Shifter’s SORT action.

Main thread about that plugin here: List Shifter: Reverse, Rotate, Swap and ITERATE (Loop) Over Bubble Lists | Now at v1.4: Adds Numeric Option, GET INDEX Action

1 Like

man, you don’t know how much your plugin saved my life, thank you so much!!

1 Like

It was meant to suggest the concept of creating a thing, adding an image field to it, put it in a repeating group, … later on with further learning you could expand on it with further functionality like sorting, etc. @keith has a great plugin on the other hand that reduces the need to build all custom logic. Perhaps you can review that option too.

Best of luck with your app! :+1: