Customer Activity Overview
Customer Metrics Summary
Recent Customer Activity
| Customer ID | Name | Last Activity | Total Orders | Total Spend ($) | Status |
|---|
Configure Customer Data
Current Customer Data
| Customer ID | Name | Last Activity | Total Orders | Total Spend ($) | Status | Actions |
|---|
${item.value}
`; dashboardSummary.appendChild(card); }); // Populate customer activity table (sorted by last activity date descending) const sortedCustomerData = [...customerData].sort((a, b) => new Date(b.lastActivity) - new Date(a.lastActivity)); sortedCustomerData.forEach(item => { const row = customerActivityTableBody.insertRow(); row.innerHTML = `