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"/>
Cheers!!!<apex:enhancedList type="Member__c" rowsPerPage="10" height="500"/>
- 'rowsPerPage' attribute must be one of the following values: [10, 25, 50, 100, 200].
- 'height' attribute is mandatory.
- 'type' attribute is mandatory.