Hello,
Does anyone know if it is possible to add a Lightning Component Action to a List View. I have created a new action of type lightning component which I would like to add to my List View. I have tried different implements interfaces on my lightning component such as "force:lightningQuickAction" or "flexipage:availableForAllPageTypes", but none of these work. After I added this lightning component to the action I created it won't show on the available quick actions panel under List View Actions in Lightning Experience. If this is not possible, does anyone know if this might work in a coming release?
Thanks!
3 comments
Maybe you can have list button that navigates to your lightning Component (** don't forget to use lightning:isUrlAddressable interface on your component).