How to edit the records with a radio button in salesforce Lightning
Basic1.cmp ----------- <aura:component controller="Contact_list" implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId, forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" > <aura:handler name="init" value="{!this}" action="{!c.doinit}"/> <aura:attribute name="Contact_list" type="list"/> <aura:attribute name="Contact" type="Sobject"/> <aura:attribute name="ShowNewItemPopUp" type="boolean"/> <aura:attribute name="row" type="Integer"/> <aura:registerEvent name="conDetail" type="c:sampleEvt"/> <article class="slds-card recept_head" style="margin-top:20px;background-color:#f2f2f2;"> <div class="slds-card__header slds...