Generated on: 2026-06-13 | Total records shown below
"); lines.push("| ID | Name | Department | Job Title | Salary | Status | Location | |
|---|---|---|---|---|---|---|---|
| ' + rec.id + ' | ' + rec.firstName + ' ' + rec.lastName + ' | ' + rec.email + ' | ' + rec.department + ' | ' + rec.jobTitle + ' | $' + rec.salary.toLocaleString() + ' | ' + rec.status + ' | ' + rec.city + ', ' + rec.state + ' |
Report contains " + (idx - 1) + " records.
"); lines.push(""); lines.push("