Pass whole record using data-record-id using LWC in Salesforce
Inside the iterator, use it.index. Using the index, get the full record information from the list/array of records. Apex Class: public with sharing class AccountController { @AuraEnabled( cacheable = true ....