Salesforce lightning-datatable with header and footer
lightning-card can be used for header and footer in Salesforce Lightning Web Component. Sample Code: Apex Class: public class AccountController { @AuraEnabled( cacheable = true ) public static List< Account ....