How to Hyperlink a column in lightning-datatable in Salesforce Lightning Web Component(LWC)?
typeAttributes on the lightning-datable columns can be used to Hyperlink a column in lightning-datatable in Salesforce Lightning Web Component(LWC). Check the following code for reference. Sample Code: Apex Class: public ....