Datatable Group footer does'nt work

UI Components for Vue
Post Reply
wsaengchan
Posts: 1
Joined: 16 Apr 2020, 15:04

16 Apr 2020, 15:12

Hi Anyone use group footer template in datatable with row groupmode =subheader, I try to use this template but never render group footer, Only show group header.

In table I have group header and group footer as well.

Code: Select all

<template #groupheader="slotProps" >
	<div class="p-grid">
       		 <div class="p-col-3 gridCellLeft"><b>{{slotProps.data.custAddress}}</b></div>
       	</div>
 </template>             
<template #groupfooter="slotProps">
        <div class="p-grid">
        <div class="p-col-3 gridCellLeft"><b>Cust Id {{slotProps.data.custId}}</b></div>
        </div>
</template>
Thank you.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

17 Apr 2020, 15:00

I've created this ticket for review for next week's 1.3.0;

https://github.com/primefaces/primevue/issues/276

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

17 Apr 2020, 21:49

Fixed for 1.3.0, thanks.

Post Reply

Return to “PrimeVue”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests