Pagewise Sorting
Pagewise Sorting
Hi,
I am doing a server side fetch of records for each page but I want to control sorting only for the page I am in. With the server side setup, if I click sort it would a sort on whole data set and take me to page 1. What I am trying to do is to start with there is no sort but the sorting is done only on current page data whenever clicked on a column.
How do I achieve this?
Thanks,
-Preeti
I am doing a server side fetch of records for each page but I want to control sorting only for the page I am in. With the server side setup, if I click sort it would a sort on whole data set and take me to page 1. What I am trying to do is to start with there is no sort but the sorting is done only on current page data whenever clicked on a column.
How do I achieve this?
Thanks,
-Preeti
This discussion has been closed.
Replies
Allan