mobile table fix

This commit is contained in:
Tuğçe Küçükoğlu
2023-01-13 12:12:15 +03:00
parent 888b80402f
commit 2f149147d1

View File

@@ -268,7 +268,7 @@ const calculateCustomerTotal = (name) => {
<Button icon="pi pi-minus" label="Collapse All" @click="collapseAll" class="mb-2" /> <Button icon="pi pi-minus" label="Collapse All" @click="collapseAll" class="mb-2" />
</div> </div>
</template> </template>
<Column :expander="true" headerStyle="width: 3rem" /> <Column :expander="true" headerStyle="min-width: 3rem" />
<Column field="name" header="Name" :sortable="true"> <Column field="name" header="Name" :sortable="true">
<template #body="slotProps"> <template #body="slotProps">
{{ slotProps.data.name }} {{ slotProps.data.name }}