Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <aura:iteration items="{!v.olis}" var="oli">
  2. <tr class="slds-hint-parent">
  3. <!-- Other columns... -->
  4. <td role="gridcell">
  5.  
  6. <lightning:buttonMenu iconName="utility:down" name="{! 'lquickAction_' + oli.Id}" alternativeText="Actions" onselect="{!c.buttonMenuQuickActionSelected}">
  7. <lightning:menuItem label="Do the Important Thing" value="4" />
  8. </lightning:buttonMenu>
  9.  
  10. </td>
  11. </tr>
  12. </aura:iteration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement