diff --git a/src/lib/components/DataTable.svelte b/src/lib/components/DataTable.svelte new file mode 100644 index 00000000..a92eedf1 --- /dev/null +++ b/src/lib/components/DataTable.svelte @@ -0,0 +1,111 @@ + + +
{$_('No data available for today')}
+| + {$_(column)} + | + {/each} +
|---|
| + {formatCellValue(column, row[column])} + | + {/each} +