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
Laura Boyd 25Laura Boyd 25 

Related List with Lightning Design

Hi,

I have a notes & attachements related list working perfectly within classic, but I now need to display it in a lightning org. My current code is shown below.

I now need to style this using SLDS but could do with some guidance?
 
<apex:page standardController="Media_Grids__c">  

<apex:relatedList list="CombinedAttachments">
  <apex:facet name="header">&nbsp;</apex:facet>    
 </apex:relatedList>

</apex:page>

 
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi, Laura,

May I request you please refer the below link for reference. Hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar