force:editRecord example in Salesforce Lightning

AccountList.cmp: <aura:component controller=”AccountListController”                 implements=”flexipage:availableForAllPageTypes,lightning:actionOverride,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:appHostable” >          <aura:attribute type=”Account[]” name=”acctList”/>          <aura:handler name=”init” value=”{!this}” action=”{!c.fetchAccounts}”/>          <table class=”slds-table slds-table_bordered slds-table_cell-buffer”>         <thead>             <tr class=”slds-text-title_caps”>             … Continue reading force:editRecord example in Salesforce Lightning