Relative Content

Tag Archive for sortingpaginationkeyset-pagination

Determining previous sort option in cursor pagination

I’m implementing cursor pagination . I need to provide two sorting options , which is date and priority . I use date and priority respectively as cursor value to paginate , for the options . When the user changes sort option after second or x page , how do I determine the sorting is changed ??