Add aria
parent
8041a244ab
commit
3471c03e10
|
@ -6,7 +6,7 @@
|
||||||
</template>
|
</template>
|
||||||
</tr>
|
</tr>
|
||||||
<template v-else>
|
<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">
|
<template v-for="(col,j) of row.children.default()" :key="columnProp(col,'columnKey')||columnProp(col,'field')||j">
|
||||||
<DTFooterCell :column="col" />
|
<DTFooterCell :column="col" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue