Showing posts from 2021

LWC Datatable - Lookup and Picklist supported editable lightning datatable

I have written my first post about Picklist supported editable lightning datatable in lightning aura components and since then I have been asked how to add lookup field to it and how to make row selection consistent along with pagination. I was also thinking to convert the old one from aura to lwc and cover the above functionalities. So, here I am posting the lightning datatable which supports lookup and picklist fields in edit mode and row selection consistency along with the pagination . …

Dynamic Actions - How to fix custom lightning quick actions visibility issue on feed tracking enabled Case?

Recently, I came to know through my colleague that the custom lightning quick actions will not be displayed on the standard highlights panel when we enable feed tracking on Case object. These custom quick actions will be moved to the chatter feed actions layout(see image 1) which is weird to see (I wonder why salesforce implemented it this way). Anyway, they have released beta version of dynamic actions as part of Winter'21 release to solve this issue. When feed tracking is enabled for C…

Lightning Spinner - Reusable lightning spinner with custom message or text

This is an extension of the standard lightning-spinner with a custom message shown along with the spinner. It supports all of the features supported by lightning-spinner along with the custom message which is supported for sizes small, medium and large only. Default values: size="medium" variant="base" message="Loading..." Use this in any lightning component like below. <c-spinner variant="brand"></c-spinner> <c-spinner size=&…

Load More
That is All