From 139b9e0327e93532faef9d8fb21bdb7caf6a0cbb Mon Sep 17 00:00:00 2001 From: Argo Date: Wed, 21 Jul 2021 15:03:21 +0000 Subject: [PATCH] =?UTF-8?q?!1621=20feat(#I41UHU):=20toolbar=20on=20table?= =?UTF-8?q?=20compatible=20bs5=20*=20chore:=20bump=20version=20to=205.2.5?= =?UTF-8?q?=20*=20fix:=20=E4=BF=AE=E5=A4=8D=20Table=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=8C=89=E9=92=AE=E5=B7=A5=E5=85=B7=E6=A0=8F?= =?UTF-8?q?=E6=9C=AA=E9=80=82=E9=85=8D=20bs5=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/BootstrapBlazor.csproj | 2 +- .../Components/Table/Table.razor | 26 +++++++++---------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj index e77fcd27f..84ad0e8c1 100644 --- a/src/BootstrapBlazor/BootstrapBlazor.csproj +++ b/src/BootstrapBlazor/BootstrapBlazor.csproj @@ -1,7 +1,7 @@ - 5.2.4 + 5.2.5 diff --git a/src/BootstrapBlazor/Components/Table/Table.razor b/src/BootstrapBlazor/Components/Table/Table.razor index 34feb5301..27631c93c 100644 --- a/src/BootstrapBlazor/Components/Table/Table.razor +++ b/src/BootstrapBlazor/Components/Table/Table.razor @@ -107,21 +107,19 @@ -
- + @if (ShowResetSearch) + { + - @if (ShowResetSearch) - { - - } - @if (ShowAdvancedSearch) - { - @RenderAdvanceSearchButton - } -
+ } + @if (ShowAdvancedSearch) + { + @RenderAdvanceSearchButton + } } else if (ShowAdvancedSearch)