Remove unncessary closing tag
parent
db0a5d958d
commit
d7ceaea97b
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<tfoot class="p-datatable-tfoot" v-if="hasFooter">
|
<tfoot class="p-datatable-tfoot" v-if="hasFooter">
|
||||||
<tr v-if="!columnGroup">>
|
<tr v-if="!columnGroup">
|
||||||
<td v-for="(col,i) of columns" :key="col.columnKey||col.field||i" :style="col.footerStyle" :class="col.footerClass"
|
<td v-for="(col,i) of columns" :key="col.columnKey||col.field||i" :style="col.footerStyle" :class="col.footerClass"
|
||||||
:colspan="col.colspan" :rowspan="col.rowspan">
|
:colspan="col.colspan" :rowspan="col.rowspan">
|
||||||
<DTColumnSlot :column="col" type="footer" v-if="col.$scopedSlots.footer" />
|
<DTColumnSlot :column="col" type="footer" v-if="col.$scopedSlots.footer" />
|
||||||
|
|
Loading…
Reference in New Issue