Guest User

Untitled

a guest
Oct 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <aura:attribute access="public" name="dataRows" type="test.wrapper[]" default="{sobjectType: 'test.wrapper[]' }"/>
  2. <aura:iteration items="{!v.dataRows}" var="recData">
  3. <lightning:recordEditForm aura:id="recordEditForm"
  4. objectApiName="test.wrapper">
Add Comment
Please, Sign In to add comment