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
JoeyDJoeyD 

Sortable List to Display Selected Records?

Hi all,

 

I've implemented an Apex class and visualforce page that allows an editable list to be called from a custom object. The apex class allows the list to be sortable.

The button to access this page is on the List View of the custom object, and I've been trying to find a way to allow the visualforce page to only display the records that were selected in the List View, while still maintaining its sort function.

 

I basically took the code from this link here: http://wiki.developerforce.com/index.php/Sorting_Tables

 

Any ideas?