Tag: Datatable
-
How to Open LWC Link in Lightning Tab?
Question I am building a Lightning Web Component (LWC) that displays a list of cases related to the same Account as the currently open case. In my data table, the Case Number column is a clickable link that should navigate to the case record. However, the link currently opens in a new browser tab, whereas…