I have a functionality where my client will be able to look at a page that contains his client’s orders and search for specific ones. I have all of the functionality working fine but I’m trying to figure out how I can make the data display in a different order.
Right now, it’s displaying the oldest data entry in the first row of the repeating group, when I want the most recent entry into the data base to display instead, with the second most recent and so on appearing in descending order with the oldest one being on the very bottom.
Let me know if this is possible. Thanks!