saving progress, lots of charting decisions made

This commit is contained in:
2024-06-06 13:53:51 -04:00
parent bf74aeeba3
commit e88499cbaf
24 changed files with 612 additions and 87 deletions

View File

@@ -4,7 +4,8 @@
{{ h.label }}
</th>
</tr>
<tr *ngFor="let row of rows; let index">
<tr *ngFor="let row of rows | async; let index">
<td>{{ index }}</td>
<td *ngFor="let h of header">
{{ row[h.source] }}
</td>