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 68d5a02 commit 3a5c95aCopy full SHA for 3a5c95a
1 file changed
src/BootstrapBlazor.Server/Components/Samples/Table/TablesColumnList.razor
@@ -24,7 +24,7 @@
24
IsPagination="true" PageItemsSource="@PageItemsSource"
25
IsStriped="true" IsBordered="true" IsMultipleSelect="true"
26
ShowToolbar="true" ShowAddButton="false" ShowEditButton="false" ShowDeleteButton="false"
27
- ShowExtendButtons="false" ShowColumnList="true"
+ ShowExtendButtons="false" ShowColumnList="true" ClientTableName="testtable"
28
OnQueryAsync="@OnQueryAsync">
29
<TableColumns>
30
<TableColumn @bind-Field="@context.DateTime" Width="180" />
0 commit comments