Hello, I am trying to create a page to display a repeating group containing items from the database, and I was following this great tutorial - https://www.youtube.com/watch?v=FMkNV8_1tSk
The only issue is that I don’t know how large the list will be, it can be 0 lines, or 10 lines per page, depending on what filters the user picks, and for pagination to work you must use the 'fixed number of cells" AFAIK.
So when I am using 10 fixed cells and the resulting list contains less - the repeating group is still diplaying the empty fields like that -
Also I want to always keep the row size same height, for the image to be fully displayed, do I just drag the repeating group to be the full length on the page?
There must be a solution for this… right?
Maybe a plugin that someone could recomment?
Thank you.