Dynamic href to list of records in LWC Salesforce
LWC: HTML: <template> <div class="slds-box slds-theme--default"> <template if:true = {records}> <div style = "height: 300px;"> <table class="slds-table slds-table_cell-buffer slds-table_bordered slds-table_striped"> <tr> <th scope ....