diprokon / ng-table-virtual-scroll

Virtual Scroll for Angular Material Table
https://diprokon.github.io/ng-table-virtual-scroll
MIT License
134 stars 42 forks source link

Fix sticky header in table built with mat elements #72

Closed iuliancmarcu closed 3 years ago

iuliancmarcu commented 3 years ago

When a table is built using mat-table elements instead of directives, the .mat-table-sticky class is applied on the header row, not on the header cells.

This change will make the header stickiness behave correctly for both cases (elements and directives).

iuliancmarcu commented 3 years ago

@diprokon Thanks a lot for merging and releasing this so fast, I appreciate it very much!