-
Notifications
You must be signed in to change notification settings - Fork 45
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/Material 15, sticky header does not work #111
Comments
Added a PR with the fix (see #112). |
Yep, there are problems with Material 15 and I'm already fixing it |
@diprokon Any progress on this? |
Issue still persist with ng-table-virtual-scroll v15. Is there a plan to provide a fix soon? |
I can confirm that 1.5.0 release does not fix sticky header/footer issues with Angular Material 15. Also I haven't found a workaround for the time being. |
I can also confirm that adding mdc based css selectors fixes the problem. I guess that non-mdc css selectors are relevant only for legacy table support. (PR's by @TobiDimmel & @alexfriesen do work, though also .cdk- selectors are now needed.) |
@rvalimaki what do you mean by adding mdc based selectors? I don't use any CSS selectors in my code for the scroll table but the header is still broken even after the latest update. |
I have the same problem - header just moves down outside of viewport after some scrolling. Is there anything I can do with it? |
Hi all. |
Angular/Material15 based on MDC introduces new css class (mdc). As these classes are used in css-selectors the sticky header does not work anymore.
Already @TobiDimmel posted this problem in this thread: #107. But this thread is closed.
Is there any update planned?
The text was updated successfully, but these errors were encountered: