diprokon / ng-table-virtual-scroll

Virtual Scroll for Angular Material Table
https://diprokon.github.io/ng-table-virtual-scroll
MIT License
133 stars 41 forks source link

TypeError: Cannot read properties of undefined (reading '_switchDataSource') #128

Closed jb-oahmed closed 5 months ago

jb-oahmed commented 5 months ago

Seeing TypeError: Cannot read properties of undefined (reading '_switchDataSource') at TableItemSizeDirective.ngAfterContentInit (ng-table-virtual-scroll.mjs:251:50). I'm using Angular version 16 with the MatLegacyTableModule. Is there a planned fix?

I believe this relates to https://github.com/diprokon/ng-table-virtual-scroll/issues/107

jb-oahmed commented 5 months ago

The issue was that I had an *ngIf on the <table>. I moved this to the <cdk-virtual-scroll-viewport> instead.