mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Update SubHeaderRowGroupDoc.vue
This commit is contained in:
parent
0a065a4946
commit
f629d7809a
1 changed files with 4 additions and 12 deletions
|
@ -31,9 +31,7 @@
|
|||
</Column>
|
||||
<Column field="date" header="Date" style="min-width: 200px"></Column>
|
||||
<template #groupfooter="slotProps">
|
||||
<td colspan="5">
|
||||
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
||||
</td>
|
||||
</template>
|
||||
</DataTable>
|
||||
</div>
|
||||
|
@ -75,9 +73,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
<template #groupfooter="slotProps">
|
||||
<td colspan="5">
|
||||
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
||||
</td>
|
||||
</template>
|
||||
</DataTable>`,
|
||||
options: `
|
||||
|
@ -109,9 +105,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
<template #groupfooter="slotProps">
|
||||
<td colspan="5">
|
||||
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
||||
</td>
|
||||
</template>
|
||||
</DataTable>
|
||||
</div>
|
||||
|
@ -193,9 +187,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
<template #groupfooter="slotProps">
|
||||
<td colspan="5">
|
||||
<div class="flex justify-content-end font-bold w-full">Total Customers: {{ calculateCustomerTotal(slotProps.data.representative.name) }}</div>
|
||||
</td>
|
||||
</template>
|
||||
</DataTable>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue