mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-04 21:20:16 +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"
|
||||
IsStriped="true" IsBordered="true"
|
||||
ShowToolbar="true" IsMultipleSelect="true"
|
||||
ShowNewButton="false" ShowEditButton="false" ShowExtendButtons="true"
|
||||
ShowAddButton="false" ShowEditButton="false" ShowExtendButtons="true"
|
||||
OnQueryAsync="@OnQueryAsync">
|
||||
<TableColumns>
|
||||
<TableColumn @bind-Field="@context.DateTime" Width="180" Sortable="true" Filterable="true" />
|
||||
|
Loading…
Reference in New Issue
Block a user