Chatting System - How to display the messages from bottom to top

Hello!
I’ve made a members chatting system for a project, but i need some help in figuring out how to display the messages from bottom to top.

On the video, there is a repeater, connected to a dataset that is filtered NEW-OLD.
but repeteaters always start from the top and the next elements below them.

Is there a way to display the messages from the bottom to the top.
On the above video for example, whatever i write, should go after the “2” message.


basically the database messages(the one that populates the repeater) contains the message(text) field, and friendshipid (ref to another database that has the 2 entities(the 2 users chatting) which also ref to another database, the users db)

Sorting by created date starts from top to the bottom.