Skip to content

Commit e7a1e08

Browse files
authored
doc(Table): update table documentation (#3374)
* doc: 更新 table 基础用法文档 * doc: 精简代码 * doc: 精简代码 * doc: 精简代码 * doc: 精简代码 * doc: 精简代码 * doc: 增加 section 元素 * doc: 增加 section 元素 * doc: 增加 section 元素 * doc: 增加 section 元素 * doc: 增加 section 元素 * doc: 精简样式 * doc: 改用 section 元素 * doc: 改用 section 元素 * doc: 精简样式 * doc: 改用 section 元素 * doc: 改用 section 元素 * chore: bump version 8.5.0 * chore: 更新仓库挂件信息
1 parent 553be5f commit e7a1e08

24 files changed

+273
-235
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<div align="center">
44
<h2>A set of enterprise-class UI components based on Bootstrap and Blazor.</h2>
55

6-
[![Security Status](https://www.murphysec.com/platform3/v3/badge/1619783039836532736.svg)](https://github.com/ArgoZhang/BootstrapBlazor/blob/main/LICENSE)
6+
[![Security Status](https://www.murphysec.com/platform3/v3/badge/1619783039836532736.svg)](https://github.com/dotnetcore/BootstrapBlazor/blob/main/LICENSE)
77

8-
[![oscs](https://www.oscs1024.com/platform/badge/murphysecurity/murphysec.svg)](https://github.com/ArgoZhang/BootstrapBlazor/blob/main/LICENSE)
9-
[![License](https://img.shields.io/github/license/argozhang/bootstrapblazor.svg?logo=git&logoColor=red)](https://github.com/ArgoZhang/BootstrapBlazor/blob/main/LICENSE)
8+
[![oscs](https://www.oscs1024.com/platform/badge/murphysecurity/murphysec.svg)](https://github.com/dotnetcore/BootstrapBlazor/blob/main/LICENSE)
9+
[![License](https://img.shields.io/github/license/dotnetcore/BootstrapBlazor.svg?logo=git&logoColor=red)](https://github.com/dotnetcore/BootstrapBlazor/blob/main/LICENSE)
1010
[![Nuget](https://img.shields.io/nuget/v/BootstrapBlazor.svg?color=red&logo=nuget&logoColor=green)](https://www.nuget.org/packages/BootstrapBlazor/)
1111
[![Nuget](https://img.shields.io/nuget/dt/BootstrapBlazor.svg?logo=nuget&logoColor=green)](https://www.nuget.org/packages/BootstrapBlazor/)
12-
[![Repo Size](https://img.shields.io/github/repo-size/ArgoZhang/BootstrapBlazor.svg?logo=github&logoColor=green&label=repo)](https://github.com/ArgoZhang/BootstrapBlazor)
13-
[![Commit Date](https://img.shields.io/github/last-commit/ArgoZhang/BootstrapBlazor/main.svg?logo=github&logoColor=green&label=commit)](https://github.com/ArgoZhang/BootstrapBlazor)
14-
[![Github build](https://img.shields.io/github/actions/workflow/status/ArgoZhang/BootstrapBlazor/build.yml?branch=main&?label=main&logo=github)](https://github.com/ArgoZhang/BootstrapBlazor/actions?query=workflow%3A%22Build+Project%22+branch%3Amain)
12+
[![Repo Size](https://img.shields.io/github/repo-size/dotnetcore/BootstrapBlazor.svg?logo=github&logoColor=green&label=repo)](https://github.com/dotnetcore/BootstrapBlazor)
13+
[![Commit Date](https://img.shields.io/github/last-commit/dotnetcore/BootstrapBlazor/main.svg?logo=github&logoColor=green&label=commit)](https://github.com/dotnetcore/BootstrapBlazor)
14+
[![Github build](https://img.shields.io/github/actions/workflow/status/dotnetcore/BootstrapBlazor/build.yml?branch=main&?label=main&logo=github)](https://github.com/dotnetcore/BootstrapBlazor/actions?query=workflow%3A%22Build+Project%22+branch%3Amain)
1515
[![codecov](https://codecov.io/gh/dotnetcore/BootstrapBlazor/branch/main/graph/badge.svg?token=5SXIWHXZC3)](https://codecov.io/gh/dotnetcore/BootstrapBlazor)
1616
</div>
1717

README.zh-CN.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<div align="center">
44
<h2>一套基于 Bootstrap 和 Blazor 的企业级组件库</h2>
55

6-
[![Security Status](https://www.murphysec.com/platform3/v3/badge/1619783039836532736.svg)](https://github.com/ArgoZhang/BootstrapBlazor/blob/main/LICENSE)
6+
[![Security Status](https://www.murphysec.com/platform3/v3/badge/1619783039836532736.svg)](https://github.com/dotnetcore/BootstrapBlazor/blob/main/LICENSE)
77

8-
[![oscs](https://www.oscs1024.com/platform/badge/murphysecurity/murphysec.svg)](https://github.com/ArgoZhang/BootstrapBlazor/blob/main/LICENSE)
9-
[![License](https://img.shields.io/github/license/argozhang/bootstrapblazor.svg?logo=git&logoColor=red)](https://github.com/ArgoZhang/BootstrapBlazor/blob/main/LICENSE)
8+
[![oscs](https://www.oscs1024.com/platform/badge/murphysecurity/murphysec.svg)](https://github.com/dotnetcore/BootstrapBlazor/blob/main/LICENSE)
9+
[![License](https://img.shields.io/github/license/dotnetcore/BootstrapBlazor.svg?logo=git&logoColor=red)](https://github.com/dotnetcore/BootstrapBlazor/blob/main/LICENSE)
1010
[![Nuget](https://img.shields.io/nuget/v/BootstrapBlazor.svg?color=red&logo=nuget&logoColor=green)](https://www.nuget.org/packages/BootstrapBlazor/)
1111
[![Nuget](https://img.shields.io/nuget/dt/BootstrapBlazor.svg?logo=nuget&logoColor=green)](https://www.nuget.org/packages/BootstrapBlazor/)
12-
[![Repo Size](https://img.shields.io/github/repo-size/ArgoZhang/BootstrapBlazor.svg?logo=github&logoColor=green&label=repo)](https://github.com/ArgoZhang/BootstrapBlazor)
13-
[![Commit Date](https://img.shields.io/github/last-commit/ArgoZhang/BootstrapBlazor/main.svg?logo=github&logoColor=green&label=commit)](https://github.com/ArgoZhang/BootstrapBlazor)
14-
[![Github build](https://img.shields.io/github/actions/workflow/status/ArgoZhang/BootstrapBlazor/build.yml?branch=main&?label=main&logo=github)](https://github.com/ArgoZhang/BootstrapBlazor/actions?query=workflow%3A%22Build+Project%22+branch%3Amain)
12+
[![Repo Size](https://img.shields.io/github/repo-size/dotnetcore/BootstrapBlazor.svg?logo=github&logoColor=green&label=repo)](https://github.com/dotnetcore/BootstrapBlazor)
13+
[![Commit Date](https://img.shields.io/github/last-commit/dotnetcore/BootstrapBlazor/main.svg?logo=github&logoColor=green&label=commit)](https://github.com/dotnetcore/BootstrapBlazor)
14+
[![Github build](https://img.shields.io/github/actions/workflow/status/dotnetcore/BootstrapBlazor/build.yml?branch=main&?label=main&logo=github)](https://github.com/dotnetcore/BootstrapBlazor/actions?query=workflow%3A%22Build+Project%22+branch%3Amain)
1515
[![codecov](https://codecov.io/gh/dotnetcore/BootstrapBlazor/branch/main/graph/badge.svg?token=5SXIWHXZC3)](https://codecov.io/gh/dotnetcore/BootstrapBlazor)
1616
</div>
1717

@@ -199,7 +199,7 @@ Blazor 应用基于组件。 Blazor 中的组件是指 UI 元素,例如页面
199199
![登录可查看](https://gitee.com/Longbow/Pictures/raw/master/BootstrapBlazor/Doughnut.png "Doughnut.png")
200200

201201
## 开源协议
202-
[![Gitee license](https://img.shields.io/github/license/argozhang/bootstrapblazor.svg?logo=git&logoColor=red)](https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/master/LICENSE)
202+
[![Gitee license](https://img.shields.io/github/license/dotnetcore/BootstrapBlazor.svg?logo=git&logoColor=red)](https://gitee.com/LongbowEnterprise/BootstrapBlazor/blob/master/LICENSE)
203203

204204
## 特别鸣谢
205205

src/BootstrapBlazor.Server/Components/Layout/ComponentLayout.razor

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<ImageViewer Alt="oscs" IsAsync="true" Url="https://www.oscs1024.com/platform/badge/murphysecurity/murphysec.svg" />
1313
<span class="d-none d-sm-inline">
1414
<ImageViewer Alt="version" IsAsync="true" Url="https://img.shields.io/nuget/vpre/BootstrapBlazor.svg?logo=nuget&logoColor=green" />
15-
<ImageViewer Alt="license" IsAsync="true" Url="https://img.shields.io/github/license/argozhang/bootstrapblazor.svg?logo=git&logoColor=red" />
15+
<ImageViewer Alt="license" IsAsync="true" Url="https://img.shields.io/github/license/dotnetcore/BootstrapBlazor.svg?logo=git&logoColor=red" />
1616
<ImageViewer Alt="download" IsAsync="true" Url="https://img.shields.io/nuget/dt/BootstrapBlazor.svg?logo=nuget&logoColor=green" />
17-
<ImageViewer Alt="repo" IsAsync="true" Url="https://img.shields.io/github/repo-size/ArgoZhang/BootstrapBlazor.svg?logo=github&logoColor=green&label=repo" />
18-
<ImageViewer Alt="commit" IsAsync="true" Url="https://img.shields.io/github/last-commit/ArgoZhang/BootstrapBlazor/main.svg?logo=github&logoColor=green&label=commit" />
19-
<ImageViewer Alt="build" IsAsync="true" Url="https://img.shields.io/github/actions/workflow/status/ArgoZhang/BootstrapBlazor/build.yml?branch=main&?label=main&logo=github" />
17+
<ImageViewer Alt="repo" IsAsync="true" Url="https://img.shields.io/github/repo-size/dotnetcore/BootstrapBlazor.svg?logo=github&logoColor=green&label=repo" />
18+
<ImageViewer Alt="commit" IsAsync="true" Url="https://img.shields.io/github/last-commit/dotnetcore/BootstrapBlazor/main.svg?logo=github&logoColor=green&label=commit" />
19+
<ImageViewer Alt="build" IsAsync="true" Url="https://img.shields.io/github/actions/workflow/status/dotnetcore/BootstrapBlazor/build.yml?branch=main&?label=main&logo=github" />
2020
</span>
2121
<ImageViewer Alt="coverage" IsAsync="true" Url="https://codecov.io/gh/dotnetcore/BootstrapBlazor/branch/main/graph/badge.svg?token=5SXIWHXZC3" />
2222
</div>

src/BootstrapBlazor.Server/Components/Samples/Table/Tables.razor

+10-8
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<DemoBlock Title="@Localizer["TableBaseNormalTitle"]"
2020
Introduction="@Localizer["TableBaseNormalIntro"]"
2121
Name="Normal">
22-
<p>@((MarkupString)Localizer["TableBaseNormalDescription"].Value)</p>
23-
24-
<Button Icon="fa-solid fa-arrows-rotate" Text="@RefreshText" OnClick="OnClick" class="mb-3" />
25-
22+
<section ignore>
23+
<p>@((MarkupString)Localizer["TableBaseNormalDescription"].Value)</p>
24+
<Button Icon="fa-solid fa-arrows-rotate" Text="@RefreshText" OnClick="OnClick" />
25+
</section>
2626
<Table TItem="Foo" Items="@Items.Take(3)">
2727
<TableColumns>
2828
<TableColumn @bind-Field="@context.DateTime" Width="180" />
@@ -59,7 +59,7 @@
5959
<DemoBlock Title="@Localizer["TableBaseSizeTitle"]"
6060
Introduction="@Localizer["TableBaseSizeIntro"]"
6161
Name="TableSize">
62-
<p>@((MarkupString)Localizer["TableBaseSizeDescription"].Value)</p>
62+
<section ignore>@((MarkupString)Localizer["TableBaseSizeDescription"].Value)</section>
6363
<Table TItem="Foo" Items="@Items.Take(3)" IsBordered="true" IsStriped="true" TableSize="TableSize.Compact">
6464
<TableColumns>
6565
<TableColumn @bind-Field="@context.DateTime" Width="180" Filterable="true" Sortable="true" />
@@ -72,8 +72,10 @@
7272
<DemoBlock Title="@Localizer["TableBaseHeaderStyleTitle"]"
7373
Introduction="@Localizer["TableBaseHeaderStyleIntro"]"
7474
Name="HeaderStyle">
75-
<p>@((MarkupString)Localizer["TableBaseHeaderStyleDescription"].Value)</p>
76-
<div class="code-label mb-3"><code>Light</code> @Localizer["TableBaseHeaderStyleMode"]</div>
75+
<section ignore>
76+
<p>@((MarkupString)Localizer["TableBaseHeaderStyleDescription"].Value)</p>
77+
<div class="code-label mb-3"><code>Light</code> @Localizer["TableBaseHeaderStyleMode"]</div>
78+
</section>
7779
<Table TItem="Foo" Items="@Items.Take(3)" HeaderStyle="TableHeaderStyle.Light" IsBordered="true">
7880
<TableColumns>
7981
<TableColumn @bind-Field="@context.DateTime" Width="180" />
@@ -82,7 +84,7 @@
8284
</TableColumns>
8385
</Table>
8486

85-
<div class="code-label my-3"><code>Dark</code> @Localizer["TableBaseHeaderStyleMode"]</div>
87+
<section ignore class="code-label my-3"><code>Dark</code> @Localizer["TableBaseHeaderStyleMode"]</section>
8688
<Table TItem="Foo" Items="@Items.Take(3)" HeaderStyle="TableHeaderStyle.Dark" IsBordered="true">
8789
<TableColumns>
8890
<TableColumn @bind-Field="@context.DateTime" Width="180" />

src/BootstrapBlazor.Server/Components/Samples/Table/TablesCell.razor

+24-14
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,40 @@
77

88
<h4>@Localizer["TablesCellDescription"]</h4>
99

10+
<HeadContent>
11+
<style>
12+
.cell-demo {
13+
--bs-table-bg: #e9ecef;
14+
}
15+
</style>
16+
</HeadContent>
17+
1018
<DemoBlock Title="@Localizer["TableCellMergeCellTitle"]"
1119
Introduction="@Localizer["TableCellMergeCellIntro"]"
1220
Name="MergeCell">
13-
<p>@((MarkupString)Localizer["TableCellMergeCellTip"].Value)</p>
14-
<Pre class="mb-3">.cell-demo {
21+
<section ignore>
22+
<p>@((MarkupString)Localizer["TableCellMergeCellTip"].Value)</p>
23+
<Pre class="mb-3">.cell-demo {
1524
--bs-table-bg: #e9ecef;
1625
}</Pre>
17-
<div class="table-demo">
18-
<Table TItem="Foo" Items="@Items.Take(3)">
19-
<TableColumns>
20-
<TableColumn @bind-Field="@context.DateTime" Width="140" />
21-
<TableColumn @bind-Field="@context.Name" OnCellRender="@OnCellRenderHandler" />
22-
<TableColumn @bind-Field="@context.Address" />
23-
</TableColumns>
24-
</Table>
25-
</div>
26+
</section>
27+
<Table TItem="Foo" Items="@Items.Take(3)">
28+
<TableColumns>
29+
<TableColumn @bind-Field="@context.DateTime" Width="140" />
30+
<TableColumn @bind-Field="@context.Name" OnCellRender="@OnCellRenderHandler" />
31+
<TableColumn @bind-Field="@context.Address" />
32+
</TableColumns>
33+
</Table>
2634
</DemoBlock>
2735

2836
<DemoBlock Title="@Localizer["TableCellOnDoubleClickCellTitle"]"
2937
Introduction="@Localizer["TableCellOnDoubleClickCellIntro"]"
3038
Name="OnDoubleClickCell">
31-
<Tips class="mb-3">
32-
<p>@((MarkupString)Localizer["TableCellOnDoubleClickCellTip"].Value)</p>
33-
</Tips>
39+
<section ignore>
40+
<Tips>
41+
<p>@((MarkupString)Localizer["TableCellOnDoubleClickCellTip"].Value)</p>
42+
</Tips>
43+
</section>
3444
<Table TItem="Foo" Items="@Items.Take(3)" IsBordered="true" OnDoubleClickCellCallback="@OnDoubleClickCellCallback">
3545
<TableColumns>
3646
<TableColumn @bind-Field="@context.DateTime" Width="180" />

src/BootstrapBlazor.Server/Components/Samples/Table/TablesCell.razor.css

-3
This file was deleted.

src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnList.razor

+13-11
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,19 @@
3939
<DemoBlock Title="@Localizer["ShownWithBreakPointTitle"]"
4040
Introduction="@Localizer["ShownWithBreakPointIntro"]"
4141
Name="ShownWithBreakPoint">
42-
<p>@((MarkupString)Localizer["ShownWithBreakPointP1"].Value)</p>
43-
<ul class="ul-demo mb-3">
44-
<li>@((MarkupString)Localizer["ShownWithBreakPointLi1"].Value)</li>
45-
<li>@((MarkupString)Localizer["ShownWithBreakPointLi2"].Value)</li>
46-
<li>@((MarkupString)Localizer["ShownWithBreakPointLi3"].Value)</li>
47-
<li>@((MarkupString)Localizer["ShownWithBreakPointLi4"].Value)</li>
48-
<li>@((MarkupString)Localizer["ShownWithBreakPointLi5"].Value)</li>
49-
</ul>
50-
<p>@((MarkupString)Localizer["ShownWithBreakPointP2"].Value)</p>
51-
<p>@((MarkupString)Localizer["ShownWithBreakPointP3"].Value)</p>
52-
<p>@((MarkupString)Localizer["ShownWithBreakPointP4"].Value)</p>
42+
<section ignore>
43+
<p>@((MarkupString)Localizer["ShownWithBreakPointP1"].Value)</p>
44+
<ul class="ul-demo mb-3">
45+
<li>@((MarkupString)Localizer["ShownWithBreakPointLi1"].Value)</li>
46+
<li>@((MarkupString)Localizer["ShownWithBreakPointLi2"].Value)</li>
47+
<li>@((MarkupString)Localizer["ShownWithBreakPointLi3"].Value)</li>
48+
<li>@((MarkupString)Localizer["ShownWithBreakPointLi4"].Value)</li>
49+
<li>@((MarkupString)Localizer["ShownWithBreakPointLi5"].Value)</li>
50+
</ul>
51+
<p>@((MarkupString)Localizer["ShownWithBreakPointP2"].Value)</p>
52+
<p>@((MarkupString)Localizer["ShownWithBreakPointP3"].Value)</p>
53+
<p>@((MarkupString)Localizer["ShownWithBreakPointP4"].Value)</p>
54+
</section>
5355
<Table TItem="Foo" RenderMode="TableRenderMode.Table"
5456
IsPagination="true" PageItemsSource="@PageItemsSource"
5557
IsStriped="true" IsBordered="true"

src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnResizing.razor

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
<DemoBlock Title="@Localizer["WidthTitle"]"
1212
Introduction="@Localizer["WidthIntro"]"
1313
Name="Width">
14-
<p>@((MarkupString)Localizer["WidthP1"].Value)</p>
15-
<p>@((MarkupString)Localizer["WidthP2"].Value)</p>
16-
<p>@((MarkupString)Localizer["WidthP3"].Value)</p>
14+
<section ignore>
15+
<p>@((MarkupString)Localizer["WidthP1"].Value)</p>
16+
<p>@((MarkupString)Localizer["WidthP2"].Value)</p>
17+
<p>@((MarkupString)Localizer["WidthP3"].Value)</p>
18+
</section>
1719
<Table TItem="Foo" @ref="TableRows"
1820
IsPagination="true" PageItemsSource="@PageItemsSource"
1921
IsStriped="true" IsBordered="true"

src/BootstrapBlazor.Server/Components/Samples/Table/TablesDetailRow.razor

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<DemoBlock Title="@Localizer["DetailRowTemplate2Title"]"
4444
Introduction="@Localizer["DetailRowTemplate2Intro"]"
4545
Name="Show">
46-
<p>@((MarkupString)Localizer["DetailRowTemplate2P"].Value)</p>
46+
<section ignore>@((MarkupString)Localizer["DetailRowTemplate2P"].Value)</section>
4747
<Table TItem="Foo"
4848
IsPagination="true" PageItemsSource="@PageItemsSource"
4949
IsStriped="true" IsBordered="true"
@@ -70,7 +70,7 @@
7070
<DemoBlock Title="@Localizer["HeightTitle"]"
7171
Introduction="@Localizer["HeightIntro"]"
7272
Name="Height">
73-
<p>@Localizer["HeightP"]</p>
73+
<section ignore>@Localizer["HeightP"]</section>
7474
<Table TItem="Foo" Height="400" IsFixedHeader="true"
7575
IsStriped="true" IsBordered="true"
7676
ShowToolbar="true" ShowDefaultButtons="false"
@@ -90,7 +90,7 @@
9090
<DemoBlock Title="@Localizer["DetailRowTemplate3Title"]"
9191
Introduction="@Localizer["DetailRowTemplate3Intro"]"
9292
Name="DetailRowTemplate">
93-
<p>@((MarkupString)Localizer["DetailRowTemplate3P"].Value)</p>
93+
<section ignore>@((MarkupString)Localizer["DetailRowTemplate3P"].Value)</section>
9494
<Table TItem="Foo" IsPagination="true" PageItemsSource="@PageItemsSource"
9595
IsStriped="true" IsBordered="true"
9696
ShowToolbar="true" ShowDefaultButtons="false"

src/BootstrapBlazor.Server/Components/Samples/Table/TablesDialog.razor

+20-18
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,24 @@
2929
<TableColumn @bind-Field="@context.Count" Width="80" />
3030
</TableColumns>
3131
</Table>
32-
<Modal @ref="Modal">
33-
<ModalDialog Title="@Localizer["TableDialogNormalSelectItem"]" IsCentered="true">
34-
<BodyTemplate>
35-
<Table TItem="Foo" IsStriped="true" @bind-SelectedRows="@SelectedRows" ClickToSelect="true"
36-
ShowToolbar="true" ShowDefaultButtons="false" IsMultipleSelect="true"
37-
OnQueryAsync="@OnQueryProductAsync">
38-
<TableColumns>
39-
<TableColumn @bind-Field="@context.DateTime" />
40-
<TableColumn @bind-Field="@context.Name" />
41-
<TableColumn @bind-Field="@context.Count" />
42-
</TableColumns>
43-
</Table>
44-
</BodyTemplate>
45-
<FooterTemplate>
46-
<Button Text="@Localizer["TableDialogNormalSure"]" Icon="fa-regular fa-square-check" OnClick="@OnConfirm" />
47-
</FooterTemplate>
48-
</ModalDialog>
49-
</Modal>
32+
<section ignore>
33+
<Modal @ref="Modal">
34+
<ModalDialog Title="@Localizer["TableDialogNormalSelectItem"]" IsCentered="true">
35+
<BodyTemplate>
36+
<Table TItem="Foo" IsStriped="true" @bind-SelectedRows="@SelectedRows" ClickToSelect="true"
37+
ShowToolbar="true" ShowDefaultButtons="false" IsMultipleSelect="true"
38+
OnQueryAsync="@OnQueryProductAsync">
39+
<TableColumns>
40+
<TableColumn @bind-Field="@context.DateTime" />
41+
<TableColumn @bind-Field="@context.Name" />
42+
<TableColumn @bind-Field="@context.Count" />
43+
</TableColumns>
44+
</Table>
45+
</BodyTemplate>
46+
<FooterTemplate>
47+
<Button Text="@Localizer["TableDialogNormalSure"]" Icon="fa-regular fa-square-check" OnClick="@OnConfirm" />
48+
</FooterTemplate>
49+
</ModalDialog>
50+
</Modal>
51+
</section>
5052
</DemoBlock>

src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamic.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<DemoBlock Title="@Localizer["TablesDynamicEditTitle"]"
1616
Introduction="@Localizer["TablesDynamicEditIntro"]"
1717
Name="Edit">
18-
<p>@((MarkupString)Localizer["TablesDynamicEditDescription"].Value)</p>
18+
<section ignore>@((MarkupString)Localizer["TablesDynamicEditDescription"].Value)</section>
1919
<Table TItem="DynamicObject" DynamicContext="DataTableDynamicContext" ModelEqualityComparer="ModelEqualityComparer"
2020
IsMultipleSelect="true" IsBordered="true" IsStriped="true" @bind-SelectedRows="SelectedItems"
2121
ShowToolbar="true" ShowExtendButtons="true" />

0 commit comments

Comments
 (0)