Sarveshgithub / sfdc-lwc-lightning-datatable

Salesforce Lighting Data table
MIT License
78 stars 28 forks source link

[ BUG ] - Multiple relationship fields queries seems to take only the first one #203

Closed mickaelgudin closed 1 year ago

mickaelgudin commented 1 year ago

Describe the bug SELECT Account.Name, Account.BillingCity FROM Contact (with a customized JSON)

The problem comes from format data (I have a fix for this issue, I'll do a PR), only the first column is taken into account (Name)

To Reproduce Steps to reproduce the behavior:

  1. List of contact
  2. Add fields of account : Account.Name, Account.BillingCity and build a customized json accordingly