Skip to content

bug(): title 动态表格 设置Height="500" IsFixedHeader="true"后 查询结果不显示 #4130

@baij45

Description

@baij45

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" >
544$J7F0F6${YD3@YU7 ZH1

动态表格不设置 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">
BV_T5DK9BMQ%`R7( ($YGK

加上 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

Metadata

Metadata

Assignees

Labels

need-repro-projectNeed repro projectquestionQuestion that needs to be answered

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions