Good, I am needing to implement an infinite scroll, that is, as long as the user scrolls in a grid that has "potentially" thousands of items. Initially I have an SDT and it is the one that I show in the grid.
The idea is that:
This should be quick. As the user scrolls downwards, cycle 1, 2 and 3 are repeated until the end. So as not to overload the grid.
The closest thing I found in the wiki is this:
link ,
where variables are defined count, Start (to say how many to load and from which position of the query to load) and the sdt that load the values. The issue is that it is not clear to me how it works.
It is loaded in the LOAD but nowhere do I see that the value of the Start variable is updated, therefore I would always be loading the same 20 items.
If someone implements something so that I can approach an explanation, some hint or a welcome xpz!
Greetings and thanks