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 f5adac6 commit 0b3850aCopy full SHA for 0b3850a
src/BootstrapBlazor.Server/Components/Samples/SortableLists.razor
@@ -187,8 +187,7 @@
187
Introduction="@Localizer["SortableListTableIntro"]"
188
Name="Table">
189
<SortableList Option="_optionTable" OnUpdate="OnUpdateTable">
190
- <Table TItem="Foo" Items="@Items" IsStriped="true" ShowLineNo="true" RenderMode="TableRenderMode.Table"
191
- OnGetRowKey="foo => foo">
+ <Table TItem="Foo" Items="@Items" IsStriped="true" ShowLineNo="true" RenderMode="TableRenderMode.Table">
192
<TableColumns>
193
<TableColumn @bind-Field="@context.DateTime" Width="180" />
194
<TableColumn @bind-Field="@context.Name" />
0 commit comments