function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KrishKeerKrishKeer 

LWC data table , display the values from lookup reference object

Need to display the data from lookup object (ex:User object) we used for Project Manager, assignee etc.. also Createdby, lastmodified by. 
How can we display these Names using a data table in LWC?  Appreciate any help. 
AbhinavAbhinav (Salesforce Developers) 
Hi Krishkeer,

Currentlry Lookup fields in lighting datatable component not supported
https://trailblazer.salesforce.com/ideaView?id=0873A000000TsQFQA0

You can refer below link for lookup in lightning datatable
https://inevitableyogendra.blogspot.com/2021/05/lookup-in-lightning-datatable.html

Repository link on above page:
https://github.com/jangidyogi94/SFDC-Recipes/tree/Lookup-in-Lightning-Datatable

If it helps,please marks the answer as best.

Thanks!
User 444User 444
Hi Krishkeer, Did you get the answer? Please let me know.