!814 update src/BootstrapBlazor.Docs/wwwroot/docs/table/table.18.html.

* update src/BootstrapBlazor.Docs/wwwroot/docs/table/table.18.html.
This commit is contained in:
陈赞宇 2020-12-26 16:59:07 +08:00 committed by Argo
parent 2fe6c2cf5d
commit fb90d08dd5

View File

@ -1,8 +1,8 @@
 <Table TItem="BindItem" <Table TItem="BindItem"
IsPagination="true" PageItemsSource="@PageItemsSource" IsPagination="true" PageItemsSource="@PageItemsSource"
IsStriped="true" IsBordered="true" IsStriped="true" IsBordered="true"
ShowToolbar="true" IsMultipleSelect="true" ShowToolbar="true" IsMultipleSelect="true"
ShowNewButton="false" ShowEditButton="false" ShowExtendButtons="true" ShowAddButton="false" ShowEditButton="false" ShowExtendButtons="true"
OnQueryAsync="@OnQueryAsync"> OnQueryAsync="@OnQueryAsync">
<TableColumns> <TableColumns>
<TableColumn @bind-Field="@context.DateTime" Width="180" Sortable="true" Filterable="true" /> <TableColumn @bind-Field="@context.DateTime" Width="180" Sortable="true" Filterable="true" />