How to Add Hyperlink in lightning:datatable Below are the Sample Code to add hyperlink in Lightning DataTable:- {label:’Website’, fieldName:’Website’, type: ‘url’, typeAttributes: { label: ‘My Website Name’, target:’_blank’}} Apex Class:- public …
Tag: