Skip to content

Instantly share code, notes, and snippets.

@orlybg
Created August 2, 2018 15:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orlybg/70349922128ca31224f0c4ee838070e3 to your computer and use it in GitHub Desktop.
Save orlybg/70349922128ca31224f0c4ee838070e3 to your computer and use it in GitHub Desktop.
<aura:iteration items="{!v.keyAccs}" indexVar="idx" var="keyAcc" >
<tr keyAccId="{!keyAcc.Id}" data-record="{!keyAcc.Id}" data-index="{!idx}">
<td>
<l_lookup:Lookup objectType="Account"
selectedRecordId = "{!keyAcc.Account__c}"
readonly = "false">
</l_lookup:Lookup>
</td>
</tr>
</aura:iteration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment