Hello,
I am trying to create a messaging app using the dataview.list and paging plugin. I would like to have the newest message on the bottom of the list. When the user scrolls to the top, list next page loads. I understand that I need to sort the messages by date and automatically scroll to the bottom of the list. But how (or is it even possible) to have the pagenation fire when scrolled to the top?
Thanks