We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5b161 commit b165b23Copy full SHA for b165b23
packages/component/component/table/TableData.vue
@@ -643,7 +643,7 @@ const checkboxProps = computed(() => {
643
<tr class="layui-table-cell-expand" v-if="slot.expand && isExpand">
644
<td
645
class="layui-table-cell"
646
- :colspan="columns.filter((column) => !column.hide).length"
+ :colspan="columns.filter((column: any) => !column.hide).length"
647
>
648
<slot name="expand" :data="data" :row="data"></slot>
649
</td>
0 commit comments