[SalesForce] Remove the hyperlink functionality of the Name field displayed using

Is it possible to remove the hyperlink functionality of the Name field displayed using Lightning:listview?
I want the Name field to be displayed as plain text to the user.
Thanks in advance.

Best Answer

There's no built-in option for that.

If you want to get rid of that hyperlink and still use the lightning:listview component, I recommend adding a formula field that replicates the object name.

Related Topic