Skip to main content

All Questions

Tagged with
1 vote
2 answers
2k views

How to track and save the last scroll position of a virtual scroll list in javascript

I have a virtual scrolling list built with JS in a Cordova app and I want to save the exact node that was at the top of the viewport after each scroll. The complication with virtual scroll is that ...
Uche Ozoemena's user avatar
0 votes
0 answers
219 views

Need to increase the allowable maximum height for a div element

Is this possible to increase the below maximum allowable height to be set to a div element. Chrome (14.0) : 33,554,428 px IE (9.0) : 10,737,418 px FF (7.0.1) : 17,895,697 px ...
Ramesh G's user avatar
  • 101
3 votes
3 answers
7k views

Virtual scroll for Angular 2+

Hi there! I am in need to create a table with so many records using Angular 2+. For that, I'm trying virtual scroll. Still, I can't find any documentation or samples in a working condition. Please ...
Navaneethan's user avatar
  • 1,029