docs: fix data-table colspan

This commit is contained in:
zernonia 2024-06-02 00:16:12 +08:00
parent 47ff130ffb
commit f48d1d4f4c

View File

@ -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>