feat : creation du composant datatable (WIP)

This commit is contained in:
2026-02-17 14:52:23 +01:00
parent 850e412840
commit 74de31721c
15 changed files with 355 additions and 567 deletions
+1 -3
View File
@@ -13,10 +13,8 @@
</template>
<script setup lang="ts">
import type {ShipmentData} from "~/services/dto/shipment-data";
import {getShipmentList} from "~/services/shipment";
import {formatBovinShipments, formatWeights} from "~/utils/datatable-formatters";
const shipmentList = ref<ShipmentData[]>()
const router = useRouter()
const columns = [
{key: 'identificationNumber', label: 'Numero'},