adding some TODOs

This commit is contained in:
Frank Knoll
2024-07-16 13:08:13 +02:00
parent 40efdc979f
commit 0e595dda1b
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class PdfCreator {
return selectElement.select2('data')[0].text;
}
// FK-TODO: add red background to some rows
static #getTable(table) {
const headers = PdfCreator.#getTableHeaders(table);
const rows = table.rows({ search: 'applied' }).data().toArray();