diprokon / ng-table-virtual-scroll

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

fix(table-data-source): check if _renderChangesSubscription is null #56

Closed Nightapes closed 3 years ago

Nightapes commented 3 years ago

Angular Material changed the initial value of _renderChangesSubscription from Subscription.EMPTY to null

See https://github.com/angular/components/commit/6d36942510722799f6c6822e96326c490f33b5f7#diff-278da9b69632db3b3a5a49aadacf54369112aecad67153f27f62f506df79e6e0

Fixes: #55