Posts

Showing posts with the label Delete Multiple Records

Delete Multiple Records -Custom Datatable

Image
Html    < template >      < lightning-card   variant = "Narrow"   title = "Delete Multiple Records in Custom Datatable LWC"   icon-name = "standard:account" >          <!-- <lightning-button label="Get Selected Records" onclick={getAllSelectedRecord} variant="brand" slot="actions">         </lightning-button> -->           < lightning-button   label = "Delete Selected Records"   onclick = { DeleteSectedRecords }  variant = "brand"   slot = "actions" >          </ lightning-button >          < div   class = "slds-p-horizontal_small" >          ...