diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 8f17aa9..6fdd71d 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -12,9 +12,14 @@ - +
| + {{ c }} + {{ sortDir==='asc' ? '▲' : '▼' }} + | +
|---|
+ {{ fmt(row[c]) }}
+ |
+