Category Archives: Lightning

Dynamic Add or Remove Rows using Lightning Component

Hi, Here we have shown Inserting multiple records using Add Or Remove Row functionality in Lightning Component. If at all Account Name is empty, error message will be displayed in alert message. Apex Controller Lightning Component : addRemoveRowsDynamically Controller Js Helper Js Application Output Share this…WhatsappFacebookEmail

One component Picklist list value display in another component using Events in Lightning

Hi, Here we have shown, Based on picklist value you have selected, selected picklist value will be displayed in the child component using events. Here, we have shown the connection between 2 components. Data will be modified in 2 component based on 1st component picklist value. Apex Controller Lightning Event : component level event Lightning… Read More »

Retrieve Dynamic picklist values in Lightning Component

In this scenario we have shown that, retrieving picklist values in Lightning Component Apex Controller Lightning Component : GetPiklistValues controller Js Application If you want to get picklist values in component then, write below application Logic in required Lightning Component…Here we have written logic directly in Lightning Application, but if we want to write the… Read More »