styling pdf document

This commit is contained in:
Frank Knoll
2024-07-16 12:22:20 +02:00
parent 7d8e5eb070
commit 6da66658b6
4 changed files with 4253 additions and 156 deletions

View File

@@ -68,7 +68,10 @@
downloadPrrBySymptomTableButton: document.querySelector("#downloadPrrBySymptomTable"),
valueName: name
},
pdfButton: document.querySelector("#PDF")
pdf: {
pdfButton: document.querySelector("#PDF"),
valueName: 'Drugs'
}
}
);
});