Sarveshgithub / sfdc-lwc-lightning-datatable

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

[ BUG ] - Allow icon definition for columns #227

Closed mickaelgudin closed 1 year ago

mickaelgudin commented 1 year ago

Describe the bug Currently we cannot specify the property iconName in the customized json for columns definition.

This is a standard behavior for the component lightning:datable, we just have to define a property named iconName for column json class.

I'll do a PR right away.