Update ExpandableRowGroupDoc.vue
parent
ca3d05d173
commit
cfaeb4aef2
|
@ -41,9 +41,7 @@
|
||||||
</Column>
|
</Column>
|
||||||
<Column field="date" header="Date" style="width: 20%"></Column>
|
<Column field="date" header="Date" style="width: 20%"></Column>
|
||||||
<template #groupfooter="slotProps">
|
<template #groupfooter="slotProps">
|
||||||
<td colspan="5">
|
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
||||||
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
|
||||||
</td>
|
|
||||||
</template>
|
</template>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
</div>
|
</div>
|
||||||
|
@ -85,9 +83,7 @@ export default {
|
||||||
</Column>
|
</Column>
|
||||||
<Column field="date" header="Date" style="width: 20%"></Column>
|
<Column field="date" header="Date" style="width: 20%"></Column>
|
||||||
<template #groupfooter="slotProps">
|
<template #groupfooter="slotProps">
|
||||||
<td colspan="5">
|
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
||||||
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
|
||||||
</td>
|
|
||||||
</template>
|
</template>
|
||||||
</DataTable>`,
|
</DataTable>`,
|
||||||
options: `
|
options: `
|
||||||
|
@ -118,9 +114,7 @@ export default {
|
||||||
</Column>
|
</Column>
|
||||||
<Column field="date" header="Date" style="width: 20%"></Column>
|
<Column field="date" header="Date" style="width: 20%"></Column>
|
||||||
<template #groupfooter="slotProps">
|
<template #groupfooter="slotProps">
|
||||||
<td colspan="5">
|
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
||||||
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
|
||||||
</td>
|
|
||||||
</template>
|
</template>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
<Toast />
|
<Toast />
|
||||||
|
@ -209,9 +203,7 @@ export default {
|
||||||
</Column>
|
</Column>
|
||||||
<Column field="date" header="Date" style="width: 20%"></Column>
|
<Column field="date" header="Date" style="width: 20%"></Column>
|
||||||
<template #groupfooter="slotProps">
|
<template #groupfooter="slotProps">
|
||||||
<td colspan="5">
|
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
||||||
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
|
||||||
</td>
|
|
||||||
</template>
|
</template>
|
||||||
</DataTable>
|
</DataTable>
|
||||||
<Toast />
|
<Toast />
|
||||||
|
|
Loading…
Reference in New Issue