Hello folks, Today we will learn, How we can do Sorting in Infinite Scroll Model.
Sorting is not quite simple in this as like in Client-side row model because we do not have all the data, that's why we will use server side sorting in this model. We will again hit the WEB API to get the sorted data.
this is the Part-2 of 'Infinite Row Model' tutorial. If you haven't check part-1 then Click Here
so let's continue our article on Infinite Scroll Model to achieve sorting.

