Skip to content

Commit 3a5c95a

Browse files
committed
revert: 撤销更改
1 parent 68d5a02 commit 3a5c95a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
IsPagination="true" PageItemsSource="@PageItemsSource"
2525
IsStriped="true" IsBordered="true" IsMultipleSelect="true"
2626
ShowToolbar="true" ShowAddButton="false" ShowEditButton="false" ShowDeleteButton="false"
27-
ShowExtendButtons="false" ShowColumnList="true"
27+
ShowExtendButtons="false" ShowColumnList="true" ClientTableName="testtable"
2828
OnQueryAsync="@OnQueryAsync">
2929
<TableColumns>
3030
<TableColumn @bind-Field="@context.DateTime" Width="180" />

0 commit comments

Comments
 (0)