Guest User

Untitled

a guest
May 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. cmp.set('v.mycolumns', [
  2. {label: 'Actions', type: 'action', rowActions: helper.getRowActions.bind(this, cmp) },
  3. {label: 'Opportunity name', fieldName: 'opportunityName', type: 'text'},
  4. {label: 'Confidence', fieldName: 'confidence', type: 'percent', cellAttributes:
  5. { iconName: { fieldName: 'trendIcon' }, iconPosition: 'right' }},
  6. {label: 'Amount', fieldName: 'amount', type: 'currency', typeAttributes: { currencyCode: 'EUR'}},
  7. {label: 'Contact Email', fieldName: 'contact', type: 'email'},
  8. {label: 'Contact Phone', fieldName: 'phone', type: 'phone'}
  9. ]);
Add Comment
Please, Sign In to add comment