Hello everyone. Perhaps, it’s not possible, but what if… Can one add number of rows to a RG with fixed number of cells, so that it dynamically expands when, let’s say, user scrolls to the bottom of the page. This would be an alternative to a scrolling RG, a much more native one, since scrolling RG has a fixed height.
In case my above explanation wasn’t clear (apologies). I want to have a list of 10 rows, which are higher than the screen. When user reaches the bottom of the screen, another 10 rows of data is loaded (and user can scroll further down).
A plugin, if exists, would work for me too.
Thanks!