Unable to use primeng <p-datatable> virtual scroll lazy load
问题 I am trying to implement a lazy load for a large set of data with primeng <p-datatable> . I have done everything documented on the official site, however I could not make it work. The onLazyLoad callback runs only once at the time of loading the table. It doesn't trigger on each scroll as expected. <div style="max-height:300px; border:1px solid black;overflow-y:auto"> <p-dataTable #pocListref [value]="data" rowHover="true" [(selection)] = "selectedData" scrollable="true" scrollHeight="200px"