mobile table fix
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user