mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 05:29:47 +08:00
!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:
parent
2fe6c2cf5d
commit
fb90d08dd5
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user