Deligate design pattern
For our requirement, I am creating a class called ListDelegate and implementing the List component interface. because i want to add extra functionlity sortBy ranking (which i added in page properties) ,like sortBy asc and desc present in list, how to solve this thing or any other solution?