You need to sign in to do that
Don't have an account?

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?
Thanks
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
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.
- https://salesforce.stackexchange.com/questions/178227/what-is-the-alternative-for-apexenhancedlist-for-lightning-design-system-in-o
Hope this helps.Kindly mark this as solved if the reply was helpful.
Thanks,
Nagendra
The code already has <apex:page lightningStylesheets="true">, I don't seem to understand why it's not working in Lightning?
Many Thanks, :)