tables display

This commit is contained in:
Sirttas
2026-06-01 21:04:39 +02:00
parent c23ec0cb53
commit f28201e711
3 changed files with 69 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import {SortableHeader, useSort, VirtualScrollTable} from "@/components/table";
const {ledgers} = storeToRefs(useLedgersStore());
const { sortedArray, headerProps } = useSort<Ledger>(ledgers)
const { sortedArray, headerProps } = useSort<Ledger>(ledgers);
const editModal = ref<typeof EditLedgerModal>();
const editingLedgerId = ref("");