Posted 2 October 2017, 12:38 pm EST
Hi,
We need to handle over 100 000 rows of data.
We know how many rows there are from the start. We want to fetch “pages” of data when the user scrolls. We have seen the infinite scroll example, however that is not exactly what we want.
We would like to show a fixed height scroll bar, which is always correctly positioned relative to the height of all the rows - as if we had fetched all the data.
Do you have any demos showing how this can be done?
