Sarveshgithub / sfdc-lwc-lightning-datatable

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

[ ENHANCEMENT ] - When a picklist field is not defined in custom json the picklist values are not retrieved #219

Closed mickaelgudin closed 1 year ago

mickaelgudin commented 1 year ago

To Reproduce Select the StageName for Opportunity, you'll see that you picklist values are not retrieved is you don't define a custom json.

Expected behavior Retrieve the picklist values as it is the case when we define the picklist field in the custom

The fix is easy, I'll do a PR

Sarveshgithub commented 1 year ago

hey @mickaelgudin but picklist is mandatory to defined in custom json write this readme

mickaelgudin commented 1 year ago

@Sarveshgithub my bad I should have report this as enhancement. Can you change the label of this issue?

I tested my change it works fine. I'll update the readme.

mickaelgudin commented 1 year ago

@Sarveshgithub All good.