Is there a way to show the Hover/preview card in the component. I can't find any documentation on this, can anyone help?
Here is the snippet where I am trying to force the hover, but wasn't successful. :
<a onclick="{!c.navToRecord}" href="{!'#/sObject/'+ row.rowid + '/view'}" data-refid="recordId" data-recordid="{!row.rowid}" data-special-link="true" title="" data-aura-class="forceOutputLookup" class=" textUnderline outputLookupLink slds-truncate forceOutputLookup">{!col.fieldValue}</a>
댓글 1개