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

fix - updateChangeSubscription() : add override #120

Closed rbalet closed 9 months ago

rbalet commented 1 year ago

Add the override to _updateChangeSubscription() since it extends to the MatTableDataSource class.

override may be require in some typescript configuration and it should be declare here.