I have no code to produce on this, this is research. I work with angularjs and I want to create a specific data grid. This data file can display large data (over 1 million). Therefore, I get data on a set. My problem is that I don't want a page selector or infinite scroll, but I need a virtual scroll. A simple solution is to calculate the height of the scroll bar, depending on how many lines are multiplied by the height of the line, and it works. But lately, I have a new task: the row height depends on the data, and I can not determine the "standard" row of rows to calculate the scroll height.
I am searching on the Internet, but the problem seems to be resolved only when choosing a page selector. So, do you have any ideas to achieve this? or any link implementation based on my fix?
Thank you for your help and I hope my question is clear.
PS: I don’t know?
source
share