function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Adam RycroftAdam Rycroft 

Sort Records without creating an extension?

Hello,

I'm putting together a Visualforce page to render as a pdf. I am using a repeat function to pull all records in an object related to another record. 

Is it possible to add code into the VF page to list the records in descending order without having to create a controller extension?
mukesh guptamukesh gupta
Hi Adam,

Please follow this url:--  http://bobbuzzard.blogspot.in/2014/09/sorting-visualforce-tables-with.html

Kindly mark my solution as the best answer if it helps you.


Thanks
Mukesh