From 786d7765f5517a7e8cdd718ce93fd9fecc427ba7 Mon Sep 17 00:00:00 2001 From: 9uenther <5249946+9uenther@users.noreply.github.com> Date: Tue, 13 Jun 2023 17:06:06 +0200 Subject: [PATCH] fix(Table): colspan of `empty` and `loading` is wrong when selection enabled (#284) --- src/runtime/components/data/Table.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/components/data/Table.vue b/src/runtime/components/data/Table.vue index 519ded3b..c848efc1 100644 --- a/src/runtime/components/data/Table.vue +++ b/src/runtime/components/data/Table.vue @@ -35,7 +35,7 @@