How to edit the records in salesforce lightning
Component ------------- <aura:component implements="force:appHostable, flexipage:availableForAllPageTypes, flexipage:availableForRecordHome, force:hasRecordId, forceCommunity:availableForAllPageTypes" access="global" controller="AccountCtrl"> <aura:handler name="init" value="{!this}" action="{!c.doinit}"/> <aura:attribute name="Acclist" type="list"/> <div> <table class="slds-table slds-table_cell-buffer slds-table_bordered"> <thead> <tr class="slds-line-height_reset"> ...