diprokon / ng-table-virtual-scroll

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

Examples from stackblitz doesn't work. #102

Closed Mmoks closed 2 years ago

Mmoks commented 2 years ago

Go to https://diprokon.github.io/ng-table-virtual-scroll/examples Select any example and go to stackblitz

image

Even if I removed "undefined" from .css file, it doesn't work

image

Locally I have the same issue. All necessary modules imported (including ScrollingModule).

Mmoks commented 2 years ago

Could be closed. Need to set initial height for cdk-virtual-scroll-viewport then it will work

image
Mmoks commented 2 years ago

Could be closed. Need to set initial height for cdk-virtual-scroll-viewport then it will work image