tsalb/lwc-utils

SOQLDatatable: Suggestion to amend wiki page about relabeling columns to explain parent fields

solo-1234 opened this issue · 1 comments

I'd like to suggest an addition to this wiki page:
https://github.com/tsalb/lwc-utils/wiki/soqlDatatable:-Custom-Column-Labels

Suggested text:
To rename columns for fields from another (parent) object, replace the . with a _. Example: Contact__r_Email instead of Contact__r.Email.

Thanks for making this suggestion. I was struggling to change the label for a Parent Field Name until I came across this.