Enhanced List in Salesforce

Enhanced lists give you the ability to quickly view, customize, and edit list
data to speed up your daily productivity.

<apex:enhancedList type=”Member__c” rowsPerPage=”10″ height=”500″/>

  1.  ‘rowsPerPage’ attribute must be one of the following values: [10, 25, 50, 100, 200].
  2. ‘height’ attribute is mandatory.
  3. ‘type’ attribute is mandatory.

Cheers!!!

Leave a Reply