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
Natasha AliNatasha Ali 

What is the alternative attribute to <apex:enhancedList>?

Natasha Ali 
What is the alternative attribute to <apex: enhancedList>?
Hi all,
I'm migrating the SF org over to lightning the following VF page needs to be converted into a lightning component as the <apex: enhancedList> attribute isn't supported. What would be the alternative to it? Or are there any workarounds? 
 
<apex:page lightningStylesheets="true">
<apex:enhancedList type="Activity" height="700" customizable="True"/>
</apex:page>

Thanks
NagendraNagendra (Salesforce Developers) 
Hi Natasha,

Sorry for this issue you are encountering.

May I suggest you please check with below link from the stack exchange community with a similar discussion which might help you further. Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra
Natasha AliNatasha Ali
Hi Nagendra,
The code already has <apex:page lightningStylesheets="true">, I don't seem to understand why it's not working in Lightning?

Many Thanks, :)