Tag Archives: lightning datatable

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 »

Display List of Records Using DataTable in Lightning Component

Hi, In this scenario we have Shown how to display sObject data in dataTable format using Lightning Component…We can display data in dataTable using iteration or lightning datatable, but in this scenario we used lightning datatable…. Apex Controller Component : DisplayListofRecordsUsingDataTable Js Controller Application Output Share this…WhatsappFacebookEmail