I am using 'ng-table-virtual-scroll' package for my angular (13 version) project. If my database table has 100k records then how I use this count to add virtual scroll.
Can I use this package without making dummy array of 100k items and just use count, because its giving error in angular that maximum stack increased.