Skip to content
Snippets Groups Projects
Commit 6b2778d4 authored by OZGCloud's avatar OZGCloud
Browse files

add header to tables

parent 8c2276d7
Branches
Tags
No related merge requests found
<table>
<table aria-label="Antragstellerdaten">
<tr>
<th>Antragsteller Formularfeld</th>
<th>Antragsteller Formulareingabe</th>
<th>Formularfeld</th>
<th>Formulareingabe</th>
</tr>
<tr>
<td class="key">Anrede</td>
......
<table>
<table aria-label="Eingangsdaten">
<tr>
<th>Formularfeld</th>
<th>Formulareingabe</th>
</tr>
<tr>
<td class="key">Erstellungsdatum</td>
<td class="value">{{ eingangHeader.createdAt }}</td>
......
<table aria-label="Antragstellerdaten">
<table aria-label="Formulardaten">
<tr>
<th>Formularfeld</th>
<th>Formulareingabe</th>
</tr>
<tr *ngFor="let row of formData | keyvalue: objectToBottom">
<td colspan="2" *ngIf="isObject(row.value); else keyValueEntry">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment