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
DileepDileep 

how to call a custom lightning component from standard list view.

My create page is a custom lightning component and want to call this from standard list view in lightning. Please let me know how can i do it.  
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Dileep,
  • You cannot use standard list view component in your custom Lightning component because it not exposed yet. You need to build a custom component with SLDS style.
  • While building such a component make it generic and configurable as possible so that it can be reused in multiple places. Look at this post on Best Practices for Advanced Lightning Apps, it will shed some light on how to design/architect such components.

May I request you to please check the below link for reference. I hope it will be helpful.

Please mark it as Best Answer If the information is informative.

BestRegards
RahulKumar