diff --git a/src/lib/status-pdf.ts b/src/lib/status-pdf.ts index d8ebf61..5e0bdee 100644 --- a/src/lib/status-pdf.ts +++ b/src/lib/status-pdf.ts @@ -124,7 +124,7 @@ export function generateStatusReportPdf(opts: StatusReportOptions): jsPDF { autoTable(doc, { startY: y + 6, - head: [["Event date", "Details", "Logged by"]], + head: [["Date", "Details"]], body: rowsForGroup(g.items), margin: { left: margin, right: margin }, styles: { @@ -144,9 +144,8 @@ export function generateStatusReportPdf(opts: StatusReportOptions): jsPDF { }, alternateRowStyles: { fillColor: [248, 248, 246] }, columnStyles: { - 0: { cellWidth: 96 }, + 0: { cellWidth: 110 }, 1: { cellWidth: "auto" }, - 2: { cellWidth: 96, fontSize: 8.5, textColor: 80 }, }, didDrawPage: () => { // Footer with page number