docs: fix data-table colspan
This commit is contained in:
parent
47ff130ffb
commit
f48d1d4f4c
|
|
@ -202,7 +202,7 @@ const table = useVueTable({
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<TableCell :col-span="columns.length" class="h-24 text-center">
|
<TableCell :colspan="columns.length" class="h-24 text-center">
|
||||||
No results.
|
No results.
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user