From 7953e67d26a27b44873aec48c462090c5c8f1cee Mon Sep 17 00:00:00 2001 From: Argo-Tianyi Date: Wed, 18 Aug 2021 23:16:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=20Toolbar?= =?UTF-8?q?=20=E6=9C=AA=E8=AE=BE=E7=BD=AE=E5=9B=BE=E6=A0=87=E6=97=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Table/TableToolbar.razor | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor/Components/Table/TableToolbar.razor b/src/BootstrapBlazor/Components/Table/TableToolbar.razor index 5841211e2..92273ec79 100644 --- a/src/BootstrapBlazor/Components/Table/TableToolbar.razor +++ b/src/BootstrapBlazor/Components/Table/TableToolbar.razor @@ -41,13 +41,27 @@ @if (button is TableToolbarButton b) { } else if (button is TableToolbarPopconfirmButton pb) { } } -- Gitee