Tag: CSS
Conditionally Add Icon And Style On Records In Salesforce Lightning DataTable Component
Scenario – When an account record is marked as important(the custom field checkbox VIP_Account__c is enabled) in the account record detail page, an slds-icon “check” appears in the lightning datatable […]
Display Radio Buttons Group In Horizontal View Lightning Component – lightning:radioGroup
Currently in lightning component there is no direct way to display a lightning:radiobuttongroup horizontally. However, we have style class named slds-form-element__control and slds-radio which can perform this. Check Also : How […]
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 […]
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 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 […]
3 Ways to Use CSS In Lightning Component.
Prerequisites : Basic understanding of Lightning Components and CSS. In this post, we are seeing that how to use CSS (Cascading Style Sheets) style in Salesforce lightning components. You can give […]