Salesforce Lighting Web Component datatable rows selection across pagination
We can achieve rows selections across multiple pages when using pagination in lightning-datatable, by storing the selected rows in a variable. Sample Apex Class: public class SampleLightningWebComponentController { @AuraEnabled public ....