
As we all know that, salesforce has recently introduce new technology which is “Lightning Web Component” which have only 5 files in a folder that does not include design file like in Aura Component. What if we wanted to get…
After Summer 18, force:navigateToComponent tag will be no longer in use means it will be deprecated. From now With the lightning:isUrlAddressable interface, you now control which Lightning components can be opened programmatically. You can also now easily capture URL parameters using the v.pageReference…
In my previous post, We learned how to do the dynamic in Lightning Component and In this post, we will learn how to use Field Set in Lightning Component. Working with Field Sets: – You can use dynamic bindings to display fieldsets…
I have come up with many situations where a Developer needs to open the Modal after clicking on the Custom Button or Link and for that Developer usually get the code the SLDS and use in the Component. So, from…
In this post, we will see how we can change the look and feel of our lightning component with the help of slds and also with our external CSS in the CSS component of the lightning bundle. Output 1 – Create…
In my previous posts, we have seen how we can use application and component events and when we should go for. You all must be thinking what if we want to call the controller of child component controller from the…
Hi All, It has been quite a long time since I have posted a blog about lightning components. In this tutorial, we will see how to implement Pagination using Client Side Controller(JS) with Lightning Data table. Scenario: – Mr. X…