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

not an issue - a suggestion :) #45

Closed yuda85 closed 3 years ago

yuda85 commented 3 years ago

I needed to use async data for the table and couldn't get the package to work properly so I took it into the project and basically had to change just 1 thing that made it work great

on table-item-size.directive.ts : instead of

  @ContentChild(MatTable, { static: **true** })
  table: MatTable<any>;
  @ContentChild(MatTable, { static: **false** })
  table: MatTable<any>;
diprokon commented 3 years ago

Changed in 1.3.4