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
Nupur ModiNupur Modi 

Lightning component similar to <apex:detail> component

We have a <apex:detail> page component where in we could just put the component on the visual force page and pass required parameters and it shows the entire record in a layout similar to the standard detail page of that record. The field layout, the buttons and the related lists, everything was picked up from the page layout and a change in the page layout was impacted here as well.
Do we have a similar component in lightning.
We have a compoent <lightning:recordView> but it brings up only the fields, the related lists are not coming up.
Raj VakatiRaj Vakati
We dnt have any such one component ! But you could able to manage it with two components Record Detail and Related List components together .. 

 
Nupur ModiNupur Modi
Is there a <Lightning:RelatedList> component? I do not think so.