Created
August 2, 2018 15:28
-
-
Save orlybg/70349922128ca31224f0c4ee838070e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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