How to Hyperlink parent column in lightning-datatable in Salesforce Lightning Web Component(LWC)?
Sample Code: Apex Class: public with sharing class ContactController { @AuraEnabled( cacheable=true ) public static List < Contact > fetchContacts() { return [ ....