The scrollToVirtualIndex
method is not working as expected on Table
#11948
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
navigating back with scrollToVirtualIndex leads to white screen on p-table
Environment
latest primeng code. Make changes on showcase tablevirtualscrolldemo to reproduce the issue
Reproducer
No response
Angular version
14.0.0
PrimeNG version
14.1.2-SNAPSHOT
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
16.15.0
Browser(s)
Chrome
Steps to reproduce the behavior
Expected behavior
On stackblitz: 1. go to index 120; 2. go to index 11
https://primeng-tablevirtualscroll-demo-ifhtgr.stackblitz.io/
Also navigation to the index parameter of scrollToVirtualIndex(index) does not work well. The row with corresponding index is below the table header.
The text was updated successfully, but these errors were encountered: