Activity Forums Salesforce® Discussions How to render component in Lightning?

  • Himanshu

    Member
    April 30, 2016 at 4:04 pm

    Hi Ajay,

    Follow this link:-https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_aura_doneRendering.htm

    Hope this helps you.

  • PRANAV

    Member
    January 25, 2018 at 2:52 pm

    Hi Ajay,

    You can use aura:doneRendering for this. This event is automatically fired if no more components need to be rendered or rerendered due to any attribute value changes. The aura:doneRendering event is handled by a client-side controller. A component can have only one <aura:handler> tag to handle this event.

    <aura:handler event="aura:doneRendering" action="{!c.doneRendering}"/>

    Hope this helps you.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos