Salesforce Lightning Web Component lightning datatable with top level action
We can use lightnging-card and lightning/navigation to show New button as top level action along with lightning-datatable. Sample Code: Apex Class: public class AccountController { @AuraEnabled( cacheable = true ) ....