We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d1edc commit b66bd47Copy full SHA for b66bd47
src/BootstrapBlazor.Server/Components/Samples/Table/TablesAttribute.razor
@@ -42,6 +42,8 @@ public class Foo
42
43
<p class="code-label">@Localizer["TableAttributeIntro"]</p>
44
45
+<p><code>TableColumn</code> > <code>AutoGenerateClassAttribute</code> > <code>AutoGenerateColumnAttribute</code></p>
46
+
47
<ul class="ul-demo">
48
<li>@((MarkupString)Localizer["TableAttributeIntroLI1"].Value)</li>
49
<li>@((MarkupString)Localizer["TableAttributeIntroLI2"].Value)</li>
0 commit comments