I have created a page with a gallery linked to the images in the database. However, the images appear in the order of the rows in the database. I would like to be able put the rows in order of my choosing, so that subsequently, the images appear in the order that I want. Is this possible? It will be very cumbersome to create a database with having to have the foresight of how that will relate to the design / layout on the page:
The database order is newest first.
You could add a field of field type Number to your collection and use it to manage the order of images. Next, add a sort to the dataset element on the page. You can read more about Working with Dataset Settings .
Perfect- so I added the numbers and then sorted on the actual page- worked great- thanks.
Old post from 2017 reappearing, being closed.