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
Cristian TrifCristian Trif 

Custom filters like in My Tasks

Hi,

Are there any examples on how to re-create these filters in APEX/Visualforce(Picture above with the filters)? I want to create my custom VF component and I want to add filters on it.

User-added image
 

Raj VakatiRaj Vakati
You need to create a visualforce  apex:selectList with all the options and you need to pass it back to the controller to get the data ... 

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_selectList.htm