Sarveshgithub / sfdc-lwc-lightning-datatable

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

[ BUG ] - lwcRelatedList error when component is added through app builder #184

Closed mickaelgudin closed 1 year ago

mickaelgudin commented 1 year ago

Describe the bug

Where : lwcRelatedList.js

replace the code

import LightningDatatable from 'lightning/datatable';

export default class LwcDatatable extends NavigationMixin(
    LightningElement(LightningDatatable)
) {

to

export default class LwcDatatable extends NavigationMixin( LightningElement ) {

Why : It leads to bug in App builder, invalid, and the lwcRelatedList is not the component used to extends lightning:datatable features(which is done by extendedDatatable).

@Sarveshgithub could you have a look. It's a quick fix?

Sarveshgithub commented 1 year ago

resolved