Hi,
I'm using primeng p-table to display data. I have enabled virtual scrolling which is working fine, however when user drags the scroll bar so fast then table data order is changing every time. But when I use lazy load concept along with virtual scroll I'm not facing issue.
Please help me out of the issue.
<p-table *ngIf="!showLoader" [columns]="columns" styleClass="custom-table table border" [value]="tableData"
[scrollable]="true" [scrollHeight]="scrollHeight" [virtualScroll]="true" [virtualRowHeight]="28"
[rows]="pagination.rows" [lazy]="!cond"
(onLazyLoad)="onTableLazyLoad($event)">
when lazy load condition is false then virtual scrolling is not working as expected. The table data order is changing frequently when scrollbar is dragged too fast to the end.
Primeng p-table virtual scroll issue. When user drags scroll bar too fast then table data order is changing frequently
-
- Information
-
Who is online
Users browsing this forum: No registered users and 7 guests