Lightning Component – Server Side Implementation in a Smart Way

For this training purpose, we are showing the contact records with respect to an account on the Account Lightning Record Page. We are using aura:iteration with html table for training purpose. Please use lightning base components such as lightning:dataTable in future. Step 1: Create the Apex Class named “ShowContactsController” ShowContactsController.apexc …

10,848 total views, no views today

Advanced Event Communication – Application Event Propagation

Event Propagation is a way of communication in your application. Following are the phases supported in event communication 1. Capture Phase: The event is captured from application root to the source component. [top to bottom]. 2. Bubble Phase: The event is bubbled up from source component to the application root. …

12,212 total views, 6 views today