Skip to main content
I add a delete button in the sortable data grid as per enhanced lightning grid user guide.  Nothing happens when clicked.  Please help me with it.  Thanks in advance.

 

below parameters given:

 

Name : Delete

 

Event: Internal

 

Requires Editable : True

 

Action type: Row button

 

Event payload: {"Action":"Delete","sObjectID","#.Id#"}

 

Icon: utility:delete
5 Antworten
  1. 1. Nov. 2022, 19:29

    This worked for me, and I'm posting it so next time I search how to do it I will find it again

    This worked for me, and I'm posting it so next time I search how to do it I will find it again Name: DeleteEvent: InternalRequired Deletable: TrueEvent Payload: {

     

    Name: Delete

    Event: Internal

    Required Deletable: True

    Event Payload: {"Action":"Delete","sObjectID":"#Id#"}

    Icon: utility:delete

0/9000