I am showing list of users in descending order based on their last activity time.
Problem:
Let's assume pagination of 3 records per page, and first 3 users shown based on their recent activity, now before user went to page 2, the next set of users have made some activities, therefore those were skipped and the users shown on page 1 are loaded again.
How this can be addressed ?