feat: 开启骨架屏
This commit is contained in:
parent
4a3582748b
commit
5eddf6ad24
|
@ -4,7 +4,7 @@
|
||||||
IsPagination="IsPagination" PageItemsSource="PageItemsSource" IsFixedHeader="true"
|
IsPagination="IsPagination" PageItemsSource="PageItemsSource" IsFixedHeader="true"
|
||||||
IsTree="IsTree" OnTreeExpand="OnTreeExpand!" TreeIcon="fa-chevron-circle-right"
|
IsTree="IsTree" OnTreeExpand="OnTreeExpand!" TreeIcon="fa-chevron-circle-right"
|
||||||
UseInjectDataService="true" DataService="DataService" OnQueryAsync="OnQueryAsync!"
|
UseInjectDataService="true" DataService="DataService" OnQueryAsync="OnQueryAsync!"
|
||||||
ShowToolbar="true" ShowExtendButtons="true" ShowSearch="true"
|
ShowSkeleton="true" ShowToolbar="true" ShowExtendButtons="true" ShowSearch="true"
|
||||||
ShowCardView="true" ShowColumnList="true" ExtendButtonColumnWidth="@ExtendButtonColumnWidth"
|
ShowCardView="true" ShowColumnList="true" ExtendButtonColumnWidth="@ExtendButtonColumnWidth"
|
||||||
CustomerSearchModel="@TableSearchModel">
|
CustomerSearchModel="@TableSearchModel">
|
||||||
<TableToolbarTemplate>
|
<TableToolbarTemplate>
|
||||||
|
|
Loading…
Reference in New Issue