You need to sign in to do that
Don't have an account?
KrishKeer
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.
How can we display these Names using a data table in LWC? Appreciate any help.
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!