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

use "virtualScrollTable" instead of MatTable class for referencing th… #110

Closed motabass closed 1 year ago

motabass commented 1 year ago

…e MatTable (and possibly now also MatLegacyTable) in ContentChild()

adding #virtualScrollTable was my workaround for now to make it work with Angualr Material 15 (at least for MatLegacyTable) as well as 14.

Referencing by MatTable does not work in Angular Material 15 with legacy components because their class names have changed. I wasnt't able to test compatiblity to the new MDC MatTable yet.

diprokon commented 1 year ago

Unfortunately, those changes will break base behavior, and will force all contributors to add #virtualScrollTable part to their code

I will provide normal fix for this issue soon

motabass commented 1 year ago

Yeah. No problem. Thanks for work on it;)