IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
569 stars 162 forks source link

[Pivot] Remote data with async pipe sample throws error and horizontal scroll does not work #10938

Closed mddragnev closed 2 years ago

mddragnev commented 2 years ago

Description

Describe the issue.

Steps to reproduce

  1. Open Pivot remote filtering sample from branch mdragnev/pivot-remote
  2. Observe the error

Result

An error is thrown ( headerContainer is undefined on afterViewInit)

Expected result

There should be no error and horizontal scrolling should work

image

Attachments

Attach a sample if available, and screenshots, if applicable.

skrustev commented 2 years ago

Steps to reproduce in master branch:

  1. Open the Pivot sample demo
  2. Set the pivot data to empty array or set the columns dimensions to an empty array.