-
-
Notifications
You must be signed in to change notification settings - Fork 368
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
<Table TItem="DynamicObject" DynamicContext="DataTableDynamicContext" IsBordered="true" IsMultipleSelect="false" ShowToolbar="true" ShowRefresh="false" ShowDefaultButtons="false" IsPagination="true" ShowExportButton="false" OnExportAsync="OnExportAsync" OnSort="OnSort" ShowFooter="true" ShowLoading="true" IsStriped="true" PageItemsSource="new int[]{1000,2000,3000,4000,5000,10000}" TableSize="TableSize.Compact" FixedMultipleColumn="true" >

动态表格不设置 Height="500" IsFixedHeader="true" 能正常显示数据
<Table TItem="DynamicObject" DynamicContext="DataTableDynamicContext" IsBordered="true" IsMultipleSelect="false" ShowToolbar="true" ShowRefresh="false" ShowDefaultButtons="false" IsPagination="true" ShowExportButton="false" OnExportAsync="OnExportAsync" OnSort="OnSort" ShowFooter="true" ShowLoading="true" IsStriped="true" PageItemsSource="new int[]{1000,2000,3000,4000,5000,10000}" TableSize="TableSize.Compact" FixedMultipleColumn="true" Height="500" IsFixedHeader="true">

加上 Height="500" IsFixedHeader="true"之后,表格就不显示数据
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response