Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

motabass
Copy link

…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.

…e MatTable (and possibly now also MatLegacyTable) in ContentChild()
@diprokon
Copy link
Owner

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

@diprokon diprokon closed this Dec 22, 2022
@motabass
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants