So previously we developed a Lightning DataTable with Lazy Loading component. But there are many standard features missing in that component. So I enhanced that Lightning DataTable component and included the support for inline editing, Row Level Action and pass the selected records in parent component.Here we can change multiple records. And on click of Save…
Category: Lightning Experience
Salesforce Spring 19 Release Notes: Things you should know
Its the year end and holiday season is on. Salesforce comes with an exciting new release spring 19. The main update of this release is Lightning Web Components. Today we will take a quick preview of points which I like in this update. Lightning Web Components Lightning Web Components…
Lightning Global Search Component
So today we will create Global Search Component in Lightning. Previously I have shared a search/Lookup component. But using that we can only search one object at a time. But sometimes we need to do search on multiple objects. So today we will create a Lightning Global Search Component. We can use this component to search…
Lightning:RecordEditForm Save Data Without Apex
So today we will check Lightning Base component, Lightning:RecordEditForm. In the last post we check how we can use the Lightning:recordForm. Which is a great tool provides many features. But there are some limitation. For Example, we can’t prepopulate data in that. So using Lightning:RecordEditForm we can createa new record or edit an existing record, check…
Lightning:RecordForm : A Powerful component
Lightning Record form (lightning:recordForm) to show edit or detail page. You can also create new records.
Lightning Data Table With Lazy Loading
Today we will create Lightning Data Table With Lazy Loading support. This will be a generic component, which can be used with any supported object. Lightning Datatable also includes functionality to select multiple records, Sorting of data. And with some tweaks, we can also include inline editing as well. So display Large Amount of Data…
Salesforce Winter 19 : Quick Preview
Salesforce release cycle comes again with winter 19. With every new release Salesforce continue to add new feature to its platform and also keep updating existing feature as well. Now in every release Salesforce keep its main focus on Lightning and this time also it do so. But that does not mean we don’t have…
Custom Lookup Lightning Component
So today we are going to create Custom Lookup Component in Lightning. As we all know lookups are very important components in Salesforce. Salesforce provides inputfield to handle the Lookup component out of the box. But they come with there own set of limitations. So today I have created a Custom Lookup Component in Lightning….
Iterate Map In Lightning
Usages of Lightning is increasing day by day. We face many challenge while doing development in Lightning. One of the challenge which I face recently is we can’t iterate map in lightning using aura:iteration. Map is commonly used collection type which provide Key value pair to easy binding of data. Today I will shae a…
Salesforce Summer 18: Quick Preview
Hi Everyone, Its summer time and Salesforce release cycle is on summer 18. Today we will take a quick overview of Summer 18 release notes. With the lightning:isUrlAddressable interface, we can now control which Lightning components can be opened programmatically. We can also now easily capture URL parameters using the v.pageReference attribute and use the…