Category: Lightning Component
How to Display Current User Information In Lightning Component – Sample
Sometimes we have need to display information of current login user on lightning component or need to use in client side JavaScript controller. Today in this post we are going […]
Alternate/Workaround for contains() function in aura:if Condition in Lightning Component
Let us assume there is a situation to check a value in List attribute within Component markup and render the body if the value is present in the List. What […]
Powerful Lightning Datatable base component – Example Using Fieldset
SFDC Monkey wishes you a happy and prosperous new year. We hope you all had a great long weekend. Let’s continue the same momentum throughout this year and achieve your […]
Validation on Selection of Past Date With ‘lightning:input’ Tag In Lightning Component
Hi Guys, today, in this post we are going to learn about how we can we add validation on selection of past date in with ‘lightning:input‘ date type tag with datepicker, […]
How to Change lightning:Icon Color In Salesforce Lightning Component
Salesforce Lightning provides more than 500 types of Icons, in different variants such as Action icons, Custom icons, Doctype icons, Standard icons and Utility icons. you can find all of […]
Fieldset and Legend Not Display Properly In Lightning Component -fix/workaround
Last night when i was working on one of my project, i was facing an issue with <fieldset> and <legend>HTML tags in lightning component. i was using following code which […]
Custom Data Table With Inline Editing In Salesforce Lightning Component – Sample
Hi Guys, Today in this post we are going to create a custom lightning data table with inline edit functionality. like standard inline editing. Output : Component Blue Print : […]
How To Show Multiple Screens With Progress Indicator Bar on Modal Box in Lightning Component
Hi friends, today we are going to create a sample salesforce lightning component for showing multiple screens with progress indicator bar inside a modal popup box. with the winter 18 […]
Control Lightning Tab With Next And Back Buttons In Lightning Component
Hi Guys, Today in this post, we are going to create a sample lightning component to control <lightning:tab> with Next and Back buttons. In this sample code we are using […]
How to Use Design Resource In Lightning Component Bundle?
Hi Guys , Have you ever used Design resource in lightning component bundle ? Do you think it is really needed? How to make a admin friendly component ? How […]
Custom File Upload In Salesforce Lightning Component – Upload Large Attachments
Hey Guys, Today in this post we are going to learn about how to create a custom file upload salesforce lightning component. This post inspire and new updated version of […]
Change ui:button Look Into Lightning Button: Workaround
Hi Guys, Today i am came here with a workaround for a very common issue. when we create custom Salesforce lightning component we have using ‘ui:button’, and this ui:button component […]
How To Display Lightning Component In Visualforce Page-Sample
Hi Guys, Today in this post we are going to learn on, How to Use or Display Lightning Components in a Visualforce Page. Lightning Components for Visualforce is based on […]
Add Delete Row Dynamic In Lightning Component : Sample Code
Hi Guys, Today in this post we are going to learn, How to Add Delete Rows Dynamic In Salesforce Lightning Component By Using Client Side JavaScript Controller. In this post, […]
Use Lightning Data Service – No To Apex Controller In Lightning Components
Like Standard Controllers in Visualforce, Salesforce has provided one of the exciting features in Summer 17 is Lightning Data Service. We can retrieve a record data without writing a single […]
Dynamic Data Masking In Lightning Component, Show Data in Table on MouseOver
Sometimes we have some sensitive data in our data table column ,such as PIN numbers,password some confrontational details. and we don’t want to show it every time on screen. so […]
Create Re-Usable Custom Lookup In Salesforce Lightning Component Version 2 : Dynamic
Last Updated : 1 February 2018 View as Lightning web component [LWC] Hi Guys , Today In this post we are going create a new updated version of our previous post […]
How to Use Wrapper Class In Lightning Component -Inner Class Example
Hi Guys, Today In this post we are going to learn about how to Use wrapper class or Inner Class in salesforce lightning component OR how to display data from […]
How to Use Custom Font In Lightning Component Using Static Resource
Hi Guys, Today in this post we are going to learn about how to use custom font in salesforce lightning component by static resource. Step 1 : Download and Upload […]
Override Standard Buttons With Lightning Component – Lightning Experience
Till Spring 16, we do not have ability to override standard buttons with lightning component. ( Ofcourse we have an ability to override standard button with visualforce page and we […]
Custom Multi-Select Picklist In Lightning Component With Select2 jQuery Plugin
Hi Guys, Today In this post, we are going to create a Custom Multi-Select Picklist By Using Popular jQuery Select2 Plugin. In Salesforce Lightning Component. Select2 is very popular jQuery […]
How to Play YouTube Video In Salesforce Lightning Component
Today, in this post we are going to learn how to Play YouTube videos in salesforce lightning component. We can play video file in lightning component by 2 ways : […]
How To Create Collapsible Section And Accordion In Lightning Component
Hi guys, Collapsible sections OR Accordion are useful when you want to show and hide large amount of content in your salesforce lightning component. Today in this post we are […]
How to Display Colorful Values Based on Picklist Value in Lightning Component Data Table
Hi friends, Some times we need to display colorful or different style values in data table based on Pick list value or any other particular value. but when we have […]
Custom Record Type Selection Lightning Component with force:createRecord event
Hi Guys, If you are thorough with lightning, you must have come across with force:createRecord event. NO? Don’t worry. We will discuss it here. 🙂 When you click on New […]