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

how render will work in LWC? it will render specific component or entire template?
how render will work in LWC? it will render specific component or entire template?
Can i use render in lwc as follows
Can i use render in lwc as follows
<lightning-button class="slds-button" variant="neutral" render={checkFlag}>Escalate to AMS</lightning-button>
If you are trying to render a block you can use <template if:true = {checkFlag}></template>
Priya