How do I make a list from db go in reverse order? In this case I have a list of messages, the newest added database entries appear at the bottom of the list, I would like them to appear at the top (in reverse order) Would really appreciate the help
Thanks in advance
I tried going to list settings and added query string sort - _updatedAt but it doesn't work either.