-
Notifications
You must be signed in to change notification settings - Fork 44
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
Angular 14 update planned? #107
Comments
@SolidOctoEnigma is there any issues to use this lib with angular 14/15? Does it require any update? |
@diprokon After updating the app to Angular 15 we are getting the error |
Ok, thanks for reporting |
Any progress on this ? |
The error seems to come from the angular-material 15 update. Angular 15 works for me. But with latest angular material 15.0.3 i also get the error btw.: I*m still using MatLegacyTableModule instead of the new MDC variant. |
I made a simple workaround by using #virtualScrollTable istead of the class name for referencing the mat-table. Maybe that helps? |
After my investigation, there is no issues with Angular 15 or Angular Material 15. Everything works as before On the other hand, there described issues presented, if "Legacy" table is used (MatLegacyTableModule). Fix for it will be in the next release (in couple days) |
@diprokon Have your tried the example with sticky header? It doesn't work with the new MDC-based MatTable since the CSS-classes have changed. I did a basic update process with the Angular CLI for the repository and added a fix for the sticky header problem (see /TobiDimmel/ng-table-virtual-scroll/tree/angular-v15). One thought to |
Any progress on this ? |
I'm still seeing this issue with |
Is Angular 14 update planned, in progress or there is not plan for it yet?
The text was updated successfully, but these errors were encountered: