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

*ngIf problem #99

Open alexvrv opened 2 years ago

alexvrv commented 2 years ago

Hi, if I try to use ngIf on ng-container with 2 conditions (ngIf="cfgPayrollTabel.salary !== false && !cols.allPayRollCounselor") I get this error: ERROR TypeError: Cannot set properties of undefined (setting '4')

With one condition it works perfectly...

Any way of fixing it?

diprokon commented 2 years ago

Can you provide an example with this issue?