Skip to content

Commit b66bd47

Browse files
committed
doc: 增加权重大小逻辑
1 parent f3d1edc commit b66bd47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ public class Foo
4242

4343
<p class="code-label">@Localizer["TableAttributeIntro"]</p>
4444

45+
<p><code>TableColumn</code> > <code>AutoGenerateClassAttribute</code> > <code>AutoGenerateColumnAttribute</code></p>
46+
4547
<ul class="ul-demo">
4648
<li>@((MarkupString)Localizer["TableAttributeIntroLI1"].Value)</li>
4749
<li>@((MarkupString)Localizer["TableAttributeIntroLI2"].Value)</li>

0 commit comments

Comments
 (0)