Virtual Scroll - enabled on condition
问题 I'm working on big data tables and I need to have oportunity to set dynamic if I want to use virtual scroll or standard solution. On my prototype I used *ngIf and duplicated views for standard body and cdk virtual scroll vierport. Is there any possibilty to just disable virtual scroll, without building additional components for alternate views? Thanks in advance! 回答1: I believe you are asking for adding the virtual scroll directive based on a condition. In that case, it cannot be done at the