Category: Development

Development

Record iteration in lightning component

We are going to show the Salesforce record using the Aura iteration. here we are going to list out records using lightning component and apex controller. aura:iteration iterates the collection of data items and renders to the frontend. Backend data changes are rerendered automatically on the web page. It also supports iterations containing components that are […]

Kumaresan