How to use Name instead of Id in lightning:dataTable URL
tooltip can be used to show Name instead of Id in URL type.Sample Code:Component: <aura:component implements="force:appHostable" controller="AccountListController"> <aura:attribute type="Account[]" name="acctList"/> <aura:attribute name="mycolumns" type="List"/> <aura:handler name="init" value="{!this}" ....