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 4c7426f commit 9dbfb9dCopy full SHA for 9dbfb9d
src/BootstrapBlazor.Server/Components/Samples/Table/TablesDynamic.razor
@@ -13,7 +13,7 @@
13
<Table TItem="DynamicObject" DynamicContext="DataTableDynamicContext" IsFixedHeader="true" Height="300" />
14
</DemoBlock>
15
16
-@* <DemoBlock Title="@Localizer["TablesDynamicEditTitle"]"
+<DemoBlock Title="@Localizer["TablesDynamicEditTitle"]"
17
Introduction="@Localizer["TablesDynamicEditIntro"]"
18
Name="Edit">
19
<section ignore>@((MarkupString)Localizer["TablesDynamicEditDescription"].Value)</section>
@@ -47,4 +47,3 @@
47
<Table TItem="DynamicObject" DynamicContext="DataTablePageDynamicContext" />
48
<Pagination PageCount="@PageCount" PageIndex="@PageIndex" OnPageLinkClick="@OnPageLinkClick" class="mt-3" />
49
50
- *@
0 commit comments