Chatter Follow/Un-Follow button is missing from the Action column in the enhancedlist view
We should add <chatter:feed/> to enable Chatter Follow/Un-Follow button before <apex:enhancedList/> Sample Code: <apex:page standardController="opportunity"> <chatter:feed entityId="{!$User.Id}" /> <apex:enhancedList type="opportunity" height="70"/></apex:page>