Magulan Duraipandian

Salesforce

Inline editing in lightning:datatable in Salesforce Lightning Component

Sample Code:Component:<aura:component implements="force:appHostable"                    controller="AccountListController">                <aura:attribute type="object" name="acctList"/>        <aura:attribute name="mycolumns" type="List"/>                <aura:handler name="init" value="{!this}" action="{!c.onInit}"/>                <lightning:datatable aura:id="acctTable"  ....