Tag Archives: Advanced 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

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 »

Pagination with Page Number in Lightning Component

Hi, In this scenario we have shown, how to display pagination in Lightning Component. Pagination will be in numbers display format… Apex Controller Lightning Event : pageChangeEvt.evt This Event is to handle page change in Pagination app, It takes page number and current number of records to display as parameters Lightning Event : pageTotalChange.evt This… Read More »