-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
复现步骤:官方源码测试 TablesVirtualization.razor,第一个demo的table更改如下(去掉了class="table-virtualize-demo",不然非固定列无法滚动)
<TableColumn @bind-Field="@context.DateTime" Width="200" Fixed="true" Filterable="true" />
<TableColumn @bind-Field="@context.Name" Width="300" Fixed="true" Filterable="true" />
<TableColumn @bind-Field="@context.Address" Width="400" Readonly="true" Filterable="true" />
<TableColumn @bind-Field="@context.Education" Width="300" />
<TableColumn @bind-Field="@context.Count" Width="180" />
<TableColumn @bind-Field="@context.Complete" Width="180" />
<TableColumn @bind-Field="@context.Complete" Width="180" />
<TableColumn @bind-Field="@context.Complete" Width="180" />
<TableColumn @bind-Field="@context.Complete" Width="180" />
<TableColumn @bind-Field="@context.Complete" Width="180" />
<TableColumn @bind-Field="@context.Complete" Width="180" />
<TableColumn @bind-Field="@context.Complete" Width="180" />
<TableColumn @bind-Field="@context.Complete" Width="180" />
<TableColumn @bind-Field="@context.Complete" Width="180" />
</TableColumns>
<TableFooter>
<TableFooterCell colspan="4" Text="@Localizer["TablesFooterInfo"]" Align="Alignment.Left" />
<TableFooterCell colspan="2" Aggregate="AggregateType.Average" Field="@nameof(Foo.Count)" />
</TableFooter>
Expected Behavior
期望:样式正常
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working