You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cjwang18
changed the title
Horizontal Overflow on Initial Load of Virtual Scrolling Table Populated with Remote Data
Table: Horizontal Overflow on Initial Load of Virtual Scrolling Table Populated with Remote Data
Jul 28, 2020
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-ivy-yphffm
Steps to reproduce
What is expected?
There should not be horizontal overflow present upon initial load of the table.
What is actually happening?
<cdk-virtual-scroll-viewport>
nzLoading
attribute on the table doesn't change the initial behaviorInitial Load with Mouse
After Toggling Visible Columns with Mouse
Potential Cause
Potential Workaround
*ngIf="loading"
on the table, but this is not idealThe text was updated successfully, but these errors were encountered: