I have used lwc data table with accordion. I was trying to deselect all functionality for the selected accordion section. I need to deselectall
Use the below code for itration in LWC. Apex controller public class SalesforceObject{ @AuraEnabled public String name{set;get;} @AuraEnabled public String label{set;get;} } Lightning web component <template iterator:obj={objectList}>
Skip to main content