Sunday, June 7, 2020

Lightning Datatables in Lightning Web Component(LWC): 3 Steps.


Interesting topic.  Let us explore Lightning-Datatable in LWC in 3 steps.


➤ Objective of exercise


1.  Fetch Contacts, populate data table and implement Search Functionality using inputs.
2.  Adding Buttons inside Datatable rows, Fetching Selected rows and performing action on them
3. DataTable with In-Line editing and save functionality.
*  All this in LWC :)

Quick GitHub Link : Click Here!

➤ Fetch Contacts, populate data table and implement Search Functionality using inputs.


➤ Adding Buttons inside Datatable rows, Fetching Selected rows and performing action on them.



➤ Datatable with In-line editing and save functionality




Please share your feedback and suggestions in the comments section below.

Thanks,
Saksham Mahendru | msaksham18@gmail.com

Monday, May 6, 2019

Salesforce Summer 19 release Important highlights

Following are few important highlights of Salesforce Summer'19 release

Note : Beta features may not be available in actual release

➤ Enhanced Related List
Cool feature from Salesforce. When Enabled, Related list for a particular record can be sorted by its columns, sized and can show upto 10 columns at a time. You can also perform some mass actions within it like within contact enhanced related list on account, you can select few contacts and add them all to a campaign.
How to enable: From the related lists component in the Lightning App Builder, select Enhanced List from the Related List Type dropdown (1). You can customize how many records to display at once, and choose whether to show the list view action bar.