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
ranjith1.3929645002009956E12ranjith1.3929645002009956E12 

Dynamic search

Hi All,

I have a Requirement like this,
I want to search a List Of Records on Opportunity,
Initially iam able to sort the records when i click on Column Header,
but after filtering  the  records when i click on Column Header it will sort either ascending  or descending,
but it is  not happening.

How do we do that?

Thanks in  advance.............


ericmonteericmonte
You might want to look in to this blog:
www.davehelgerson.com/?p=549

Another suggestion would be to use jquery that allows you pull all the list together into a table then you can have it sortable.
http://tablesorter.com/docs/


Hope this helps.