Fixed #276 - Datatable Group footer doesn't work

pull/310/head
cagataycivici 2020-04-17 22:50:09 +03:00
parent 8b538e7ce6
commit f352defc4c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</td>
</tr>
<tr class="p-rowgroup-footer" v-if="rowGroupMode === 'subheader' && shouldRenderRowGroupFooter(value, rowData, index)" :key="getRowKey(rowData, index) + '_subfooter'">
<slot name="groupfooter" :data="rowData"></slot>
<DTRowExpansionTemplate :template="templates['groupfooter']" :data="rowData" :index="index" />
</tr>
</template>
</template>