lwc-utils
lwc-utils copied to clipboard
SOQLDatatable: Suggestion to amend wiki page about relabeling columns to explain parent fields
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.