I have a repeating group for the different SKU’s of the user, but what if he has like 10.000 SKU’s? Is it possible to limitate the SKU search of the repeating group in different pages? For example, 50 SKU’s per page.
Maybe is there any other way to do this kind of searches for several data things?
When you limit the # of rows to a fixed number it turns the RG into paginated mode. There’s new states available like “RG’s current page #” and actions like “Go to next page” and such.
Also when you do a search you aren’t retrieves 10,000 things right away, you’ll notice as you scroll it will continuously fetch more data.