pull/973/head
Cagatay Civici 2021-02-10 13:31:37 +03:00
parent 8041a244ab
commit 3471c03e10
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</template>
</tr>
<template v-else>
<tr v-for="(row,i) of columnGroup.children.default()" :key="i">
<tr v-for="(row,i) of columnGroup.children.default()" :key="i" role="row">
<template v-for="(col,j) of row.children.default()" :key="columnProp(col,'columnKey')||columnProp(col,'field')||j">
<DTFooterCell :column="col" />
</template>